* {
        text-rendering: geometricprecision;
}
body {
        margin: 0 auto;
        padding: 0;
        background-color:#fff;
}
a {
        color: #424242;
        font: 10pt arial;
        text-decoration: none;
}
img {
        border: medium none;
}
.MainStructure {
        text-align: center;
}
.MainStructure .TopBanner {
        margin: auto;
        width: 1200px;
        background-color: #fff;
}
.MainStructure .TopBar {
        display: inline-block;
        margin-top: 0;
        text-align: justify;
        width: 1200px;
        /* background: none repeat scroll 0 0 #fff; */
        /* box-shadow: 0px 0px 5px rgb(0 0 0 / 21%); */
}
.MainStructure .ContentBanner {
        display: inline-block;
        position: relative;
        width: 100%;
        z-index: 1;
}
.MainStructure .MainContent {
        background: none repeat scroll 0 0 #fff;
        display: inline-table;
        margin: 0 auto;
        vertical-align: top;
        width: 1200px;
        position: relative;
}
.MainStructure .LeftBar {
        padding: 5px 15px 15px 0px;
        text-align: justify;
        vertical-align: top;
        /*width: 220px !important;*/
}
.MainStructure .ContentBar {
        padding: 5px 0px 0px 0px;
        text-align: justify;
        vertical-align: top;
}
.MainStructure .FooterBanner {
        background: none repeat scroll 0 0 #fff;
        margin: 0 auto;
        text-align: center;
        width: 1200px;
        display: flex;
        justify-content: center;
}
.MainStructure .FooterBar {
        #border-radius: 0 0 10px 10px;
        display: inline-block;
        text-align: justify;
        width: 1170px;
}
::-webkit-scrollbar {
        width: 4px;
}
/* Track */
::-webkit-scrollbar-track {
        background: #f5f5f5;
}
/* Handle */
::-webkit-scrollbar-thumb {
        background: #dae3e8;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
        background: #dae3e8;
}
@media only screen and (max-width: 768px){
        .MainStructure .TopBar {
                overflow-y: hidden !important;
        }
        .MainStructure .FooterBanner {
                box-shadow: none !important;
        }
}
