@font-face {
    font-family: 'roboto_condensedregular';
    src: url('../../fonts/robotocondensed-regular-webfont.eot');
    src: url('../../fonts/robotocondensed-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/robotocondensed-regular-webfont.woff2') format('woff2'),
         url('../../fonts/robotocondensed-regular-webfont.woff') format('woff'),
         url('../../fonts/robotocondensed-regular-webfont.ttf') format('truetype'),
         url('../../fonts/robotocondensed-regular-webfont.svg#roboto_condensedregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

div.pagination li a, div.pagination li span { border: 1px solid #000; background: #000; color: #fff; font-size: 18px;width:40px; height: 40px; font-family: 'roboto_condensedregular', Arial, Helvetica, sans-serif; line-height: 1.5; margin:0 5px -1px 5px }
div.pagination li.current a, div.pagination li.current span { background: #fff; color: #000 }
div.pagination li:first-child>a, div.pagination li:first-child>span,div.pagination li:last-child>a, div.pagination li:last-child>span{ font-size: 24px; line-height: 1; border-radius: 0 }