.holder {
	margin: 15px 0;
}

.holder a {
	cursor: pointer;
    margin: 0 5px;
    color: #ed1f29;
    background: #fff;
    padding: 1px 8px;
    float: left;
    text-align: center;
    font-weight: 600;
    border-radius: 2px;
    font-size: 14px;
}

.holder a:hover {
	background-color: #222;
	color: #fff;
}

.holder a.jp-previous { margin-right: 15px; }
.holder a.jp-next { margin-left: 15px; }

.holder a.jp-current, a.jp-current:hover { 
	color: #fff !important;
	background: #ed1f29 !important;
	font-weight: bold;
}

.holder a.jp-disabled, a.jp-disabled:hover {
    color: #fff;
    background: #023272 !important;
}

.holder a.jp-current, a.jp-current:hover,
.holder a.jp-disabled, a.jp-disabled:hover {
	cursor: default; 
	background: none;
}

.holder span { margin: 0 5px; }