#top_bar{
    clear: both;
    width: 100%;
    height: 32px;
    margin-top: 3px;
}

.top_bar_buttons{
    width: 75px;
    height: 100%;
    float: left;
    display: inline;
    line-height: 32px;
    cursor: pointer;
}

.top_bar_buttons img{
    max-height: 25px;
    display: inline-block;
    float: left;
}

.top_bar_buttons .btn_yellow{
    width: 25px;
    margin-left: 3px;
    float: left;
    text-align: center;
}

.top_bar_marquee{
    width: calc(100% - 75px);
    height: 100%;
    float: left;
    display: inline;
}

.banners_container{
    display: none;
    width: 350px;
    height: calc(100% - 110px);
    background: #0033FF;
    position: fixed;
    top: 75px;
    left: 2px;
    overflow-y: auto;
    margin-bottom: 80px;
    padding-bottom: 80px;
}

.banners_body{
    padding:5px;
}

.banners_body a{
    text-decoration: none;
}

.banners_body a div{
    margin-top: 3px;
}

.banners_close{
    position: absolute;
    display: none;
    top: 90px;
    left: 350px;
    width: 50px;
    height: 50px;
    background: #0033FF;
    text-align: center;
    cursor: pointer;
}

.banners_close img{
    max-height: 50px;
}

.favorite_container{
    display: none;
    width: 50%;
    height: calc(100% - 110px);
    background: #0033FF;
    position: fixed;
    top: 75px;
    left: 2px;
    overflow-y: auto;
    margin-bottom: 80px;
    padding-bottom: 80px;
    color: white;
}

.favorite_container table{
    width:100%;
    border:1px solid white;
    font-weight: bold;
    border-collapse: collapse;
}

.favorite_close{
    display: none;
    position: absolute;
    top: 90px;
    left: 50%;
    width: 50px;
    height: 50px;
    background: #0033FF;
    text-align: center;
    cursor: pointer;
}

.favorite_close img{
    max-height: 50px;
}

.favorite_container a{
    color:white;
}

.favorite_container thead{
    color:yellow;
    background:#FF4C4C;
    padding:5px 0px;
}

.favorite_container th{
    border: 1px solid white;
}

.favorite_container a:hover{
    color:#fae650;
}