/*
.renewBanner {
display:none;
}

#cm_register_renew {
display: none;
}

.bg {
display: none;
}

#mainContainerWrapper{
height: 100%;
}
*/

#messageDropdown{
    display:none;
    background-color: red;
    color: white !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /* max-width: 995px; */
    /* margin-left: -15px; */
    height: 51px;
    text-align: center;
    font-size: 20px;
    font-family: Arial, sans-serif;
    z-index: 9000;
}

#messageDropdown span{
    display: block;
    padding-top: 15px;
}

#messageDropdown a, #messageDropdown a:active, #messageDropdown a:visited{
    display: inline-block;
    font-size: 20px;
    color:white !important;
    cursor: pointer;
    text-decoration:none;
}

#messageDropdown a:hover{
    border-bottom: 2px solid white !important;
}

#messageDropdown #headerCloseButton
{
    position: absolute;
    right: 0;
    top: 0;
    /* background-color: black; */
    width: 80px;
    height: 100%;
    padding-top: 10px;
    font-size: 30px;
    cursor:pointer;
}
