﻿.div-pager {
    text-align: right;
    font-family: 'Montserrat', sans-serif;
    font-size: .9em;
    font-weight: 400;
    padding: 5px 0 0 0;
}

.div-pages {
    display: inline-block;
    padding: 0 5px 0 5px;
    margin: 0 5px 0 0;
}

.div-pager button {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 1em;
    display: inline-block;
    background: #2bdd49;    
    background: -webkit-linear-gradient(#2eeb4e, #25c545); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#2eeb4e, #25c545); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#2eeb4e, #25c545); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#2eeb4e, #25c545); /* Standard syntax */
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#2eeb4e', endColorstr='#25c545');/*For IE7-8-9*/
    color: white;
    height: 25px;
    line-height: 20px;
    text-align: center;
    width: 30px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -ms-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    box-shadow: -2px 2px 0px #25b33c;
    cursor: pointer;
    border: 0;
}

.div-pager button:not(:last-child) {
    margin-right: 5px;
}