/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2014.04.18., 14:17:24
    Author     : Péter
*/

.pager {
    padding: 20px;

}
.pager a, .pager span {
    font-size: 15px;
    color: white;
    display:inline-block;
    padding: 5px 0;
    text-decoration:none;
    background: #b09e27;
    font-weight: lighter;
    width: 32px;
    text-align: center;
}
.pager a.arrow {
    font-size: 14px;
    position: relative;
    top: 0px;
    padding: 2px 7px;
}
.pager a:hover {
    background: rgba(176, 158, 39, 0.5);
    color: black;
}
.pager span {
    color:#999;
    text-decoration:none;

    background: transparent;
    border: solid 1px #dddddd;
}
