*{
    padding: 0;
    margin: 0;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 14px;
}
html, body{
    height: 100%;
    width: 1024px;
    background: white;
    box-sizing: border-box;
    display: block;
    /*overflow: auto;*/
    margin: 0 auto;
}
/*ul{*/
/*    list-style: none;*/
/*    padding: 0;*/
/*    margin: 0;*/
/*}*/
/*li{*/
/*    list-style: none;*/
/*}*/
a{
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}
.body-container{
    width: 100%;
    /*height: auto;*/
    box-sizing: border-box;
    margin: 0 auto;
    /*overflow-x: hidden;*/
    overflow-y: hidden;
    background-color: white;
}