﻿/*#pagingstyle {
    padding-top: 20px;
    padding-bottom: 50px;
    cursor: pointer;
    margin: 0 auto;
    width: 680px;
    cursor: pointer;
}*/

#pagingstyle {
    padding-top: 20px;
    padding-bottom: 50px;
    cursor: pointer;
    margin: 0 auto;
    width: auto;
    cursor: pointer;
    text-align: center;
}

#pagingstyle_o_left,
#pagingstyle_o_right {

    font-size: 19px;
    padding-top: 10px;
    cursor: pointer;
}

#pagingstyle_o_left,
#pagingstyle_o_right,
#paginator_p_wrap {
    display: inline-block;
}

.paginator_p_wrap {
    margin: 0 auto;
    width: auto;
    display: inline-block;
}

/*.paginator_p {
    color: #3c2154;
    float: left;
    text-align: center;
    text-decoration: none;
    transition: background-color .4s;
    border: 1px solid #ddd;
    margin: 0 4px;
    cursor: pointer;
    height: 33px;
    line-height: 33px;
    max-width: 50px;
    width: 45px;
}*/

.paginator_p {
    color: #3c2154;
    text-align: center;
    text-decoration: none;
    transition: background-color .4s;
    border: 1px solid #ddd;
    margin: 0 5px;
    cursor: pointer;
    height: 33px;
    line-height: 33px;
    max-width: 50px;
    width: 48px;
    display: inline-block;
}

    .paginator_p.selected {
        background-color: #3c2154;
        color: rgb(243, 146, 0) !important;
        border: 1px solid #3c2154;
    }

.paginator_p:hover:not(.active) {
    background-color: #ddd;
}