.holder {
margin: 15px 0;
}
.holder a {
font-size: 14px;
cursor: pointer;
margin: 0 5px;
color: #333;
}  .holder a.jp-current, a.jp-current:hover { 
color: #024A68;
font-weight: bold;
opacity: 0.5;
}
.holder a.jp-disabled, a.jp-disabled:hover {
color: #bbb;
}
.holder a.jp-current, a.jp-current:hover,
.holder a.jp-disabled, a.jp-disabled:hover {
background: none;
cursor: not-allowed;
}
.holder span { margin: 0 5px; }
.holder a {
padding: 4px 10px;
color: white !important;
border: 1px solid #ddd;
background: green !important;
}