﻿.page {
margin-top:10px;text-align:center; clear:both;
}
.page span{ float:left;    line-height: 30px;}
.page a{
    display: block;
    float: left;
    margin-right: 10px;
    padding: 2px 12px;
    height: 24px;
    border: 1px #cccccc solid;
    background: #fff;
    text-decoration: none;
    color: #e62129;
    font-size: 12px;
    line-height: 22px;
}
    .page .current {
        background-color: #e62129;
        color: #f2dede;
        display: block;
        padding: 2px 12px;
        height: 24px;
        margin-right: 10px;
    }
@media screen and (max-width: 1000px) {
 .quotes3 {display:none !important;}
    .page a {
        display: none
    }
    .mpage {
        display: block !important;
    }
    .page span {
        display: none
    }
    .page .current {
        display: none;
    }
}