.holder {
	margin: 15px 0;
}

.holder a {
	font-size: 18px;
	cursor: pointer;
	margin: 0 5px;
	color: #333;
    text-decoration:none;
}

.holder a:hover {
	--background-color: #5BB3F9;
	color: #5BB3F9;
}

.holder a.jp-previous { margin-right: 15px; }
.holder a.jp-next { margin-left: 15px; }

.holder a.jp-current, a.jp-current:hover { 
	--color: #FF4242; 
    --color: #5BB3F9;
	font-weight: bold;
    background-color: #5BB3F9;
    color:#fff;
}

.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 {
	cursor: default; 
	--background: none;
}

.holder span { margin: 0 5px; }