.paginator {
    margin: 30px 0 0 0;
    font-size: 1em;
    width: 670px;
    max-width: 670px;
}
.paginator table {
    border-collapse: collapse;
    table-layout: fixed;
    width: 670px;
}
.paginator table td {
    padding: 0;
    white-space: nowrap;
    text-align: center;
}
.paginator span {
    display: block;
    padding: 3px 0;
    color: #fff;
}
.paginator span strong,
.paginator span a {
    padding: 2px 6px;
}
.paginator span strong {
    background: #ff6c24;
    font-style: normal;
    font-weight: normal;
}
.paginator .scroll_bar {
    width: 670px;
    height: 20px;
    position: relative;
    margin-top: 10px;
}
.paginator .scroll_trough {
    width: 670px;
    height: 3px;
    background: #ccc;
    overflow: hidden;
}
.paginator .scroll_thumb {
    position: absolute;
    z-index: 2;
    width: 0;
    height: 3px;
    top: 0;
    left: 0;
    font-size: 1px;
    background: #363636;
}
.paginator .scroll_knob {
    position: absolute;
    top: -5px;
    left: 50%;
    margin-left: -10px;
    width: 20px;
    height: 20px;
    overflow: hidden;
    background: #555555;
    border-radius: 10px;
    cursor: pointer;
    cursor: hand;
}
.paginator .current_page_mark {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 0;
    height: 3px;
    overflow: hidden;
    background: #ff6c24;
}
.paginator_pages {
    width: 670px;
    text-align: right;
    font-size: 0.8em;
    color: #808080;
    margin-top: -10px;
}

@media screen and (max-width: 767px) {
    .paginator,
    .paginator table,
    .paginator .scroll_bar,
    .paginator .scroll_trough,
    .paginator_pages {
        width: 100% !important;
        max-width: 100% !important;
    }
}
