.rslides img{
    height:220px
}
#right-content .block {
    display: block !important
}
#notice-board-ticker ul li{
    list-style:none;
}
.pm > a > img {
    width: 100%;
    height: 380px;
}
.scroll {
    background: #E6E7E8;
    padding: 5px 0 0 0;
}

.scroll > h3 {
    font-weight: bold;
    font-size: 22px;
    line-height: 22px;
}

marquee {
    padding: 5px;
}
.right-side-bar .block ul li a {
    font-size: 14px;
}

#notice-board ul a {
    font-size: 14px;
    color:#D71313;
}

@media screen and (min-width: 1400px) {
    .mainwrapper .box {
        margin-right: 13px
    }
}
@media(max-width: 480px){
    iframe {
        height: 215px !important;
    }
    .scroll {
        margin: 0 0 40px 0;
    }
    .pm > a > img {
        width: 100%;
        height: 215px;
    }
}
 #myTable th {
     border: 1px solid #000000;
     line-height: 20px;
 }
.polash {
    animation: animate 6s linear infinite;
}
.share-buttons img {
    width: 30px;
    padding: 2px;
    border: 0;
    box-shadow: 0;
    display: inline;
}
@keyframes animate {
    0% {
        background-color: #82CC00;
    }
    20% {
        background-color: #FCCC3A;
    }
    40% {
        background-color: #FF5E3E;
    }
    60% {
        background-color: #5995DD;
    }
    80% {
        background-color: #F11C24;
    }
    100% {
        background-color: #8D77FE;
    }
}
