/**
 * @package Show Posts as You Want
 */

/**
 *
 * Style Sheet
 *
 */

.spw_pagination {
    width: 100%;
    text-align: center;
}

.spw_pag_single {
    display: inline;
    border: 1px solid #CCC;
    padding: 5px 10px;
    margin: 0 2px;
    font-family: Open \Sans;
}

.spw_active {background: #f2f2f2;}

.spw_pag_single:hover {
    background: #CCC;
    cursor: pointer;
}