.AdvertisementBottomRight img{
        margin-bottom: 15px;
}
.AdvertisementTopLeft {
        left: 0;
        position: fixed;
        top: 20px;
        z-index: 5;
}
.AdvertisementTopRight {
        position: fixed;
        right: 0;
        top: 20px;
        z-index: 5;
}
.AdvertisementCenter {
        position: relative;
        top: 0!important;
        left: 0!important;
}
.AdvertisementBG {
        width: 0!important;
        height: 0!important;
}
.AdvertisementCenter a {
        color: #424242;
        font: 12px arial;
        text-decoration: none;
}
.AdvertContent img {
        box-shadow: 0px 2px 7px #a3a3a3;
}
.AdvertContent > table {
        border: 1px solid #0084d6;
        border-radius: 5px 5px 0 0;
}
.AdvertContent ul.tab-ul {
        list-style: none;
        padding: 0px ;
}
.AdvertContent .tab-link:hover {
        background-color: rgba(238, 49, 53, 1) !important;
        color: rgba(255, 247, 19, 1) !important;
}
.AdvertContent .nav-li  a.tap-click{
        background-color: #e0ddae;
        color: black;
        display: inline-block;
        width: 100%;
        text-align: center;
        height: 27px;
        line-height: 30px;
        font-size: 14px;
        font-weight: bold;
}
.AdvertContent a.tab-activestc  {
        background-color: rgba(238, 49, 53, 1) !important;
        color: rgba(255, 247, 19, 1) !important;
}
.AdvertContent .tc-li-table {
        display: table-cell;
        float: none;
        width: 1%;
        border: 1px solid transparent;
}
@media only screen and (max-width: 768px) {
        .AdvertContent ul.tab-ul {
                display: flex;
        }
}
