.grid_12{
    background-color: transparent;
}
body{
    background-color: #fff;
    background-image: none;
}
.header{
    /*background-color: #000;*/
    position: static;
}
.grid_12>div {
    border-bottom: none;
}
.banner{
    width: 100%;
    background-color: #080934;
}
.banner img{
    width: auto;
}
.menu-item>a{
    margin-top: 0;
}
.menu>li:hover a{
    background-color: transparent!important;
}
.link-bths a{
    background: linear-gradient(45deg ,#007efb,#00dbf0);
    color: #fff;
}
.link-bths a:hover{
    background: #007efb;
}
.M3-table th{
    background:#2187db;
}