/* --- Pagination --- */
.sns_page_panel {
    padding: 3px 0px;
}

.sns_page_panel ul {
    margin: 0;
    padding: 0;
    font-size: 10px;
}

.sns_page_panel li {
    list-style-type: none;
    display: inline;
    padding-bottom: 1px;
}

.sns_page_panel a, .sns_page_panel a:visited {
    padding: 2px 5px;
    border: 1px solid #195B85;
    color: #195B85;
    text-decoration: none;
}

.sns_page_panel a:hover, .sns_page_panel a:active {
    border: 1px solid #FF0000;
    color:#000;
    background-color: #FFF;
}

.sns_page_panel a.currentpage {
    background-color: #195B85;
    color: #FFF !important;
    border-color: #195B85;
    font-weight: bold;
    cursor: default;
}

.sns_page_panel a.disablelink, .sns_page_panel a.disablelink:hover {
    background-color: white;
    cursor: default;
    color: #929292;
    border-color: #929292;
    font-weight: normal !important;
}

.sns_page_panel a.prevnext {
    font-weight: bold;
}
