* {
        text-rendering: geometricprecision;
}
body {
        margin: 0 auto;
        padding: 0;
}
a {
        color: #607d8b;
        text-decoration: none;
        font-size: 14px;
}
img {
        border: medium none;
}
.MainStructure {
        text-align: center;
}
.MainStructure .TopBanner {
        margin: 0 auto;
        width: 100%;
}
.MainStructure .TopBar {
        margin: 0 auto;
        text-align: justify;
        width: 1060px;
        position: relative;
}
.MainStructure .ContentBanner {
        display: inline-block;
        position: relative;
        width: 100%;
        z-index: 1;
}
.MainStructure .MainContent {
        display: inline-table;
        margin: 0 auto;
        padding: 0 0 5px;
        vertical-align: top;
        width: 1060px;
}
.MainStructure .LeftBar {
        padding: 0 10px 0 0;
        text-align: justify;
        vertical-align: top;
}
.MainStructure .ContentBar {
        padding: 0;
        text-align: justify;
        vertical-align: top;
        word-break: break-word;
}
.MainStructure .FooterBanner {
        /* background: #0079c2 none repeat scroll 0 0; */
        margin: 0 auto;
        text-align: center;
        width: 100%;
}
.MainStructure .FooterBar {
        margin: 0 auto;
        text-align: justify;
        width: 1060px;
        background: url(images/bg-footer.png) no-repeat center top rgb(5 109 236);
        min-height: 150px;
}
::-webkit-scrollbar {
        width: 5px;
        height: 5px;
}
::-webkit-scrollbar-track {
        background: #e9ecef;
        border-radius: 3px;
}
::-webkit-scrollbar-thumb {
        border-radius: 3px;
        background: #6c757d59;
}
@media only screen and (max-width: 768px){
        div.MainStructure .fixed {
                padding-top: 10px !important;
        }
}
