.holder {
	/*margin: 10% 0;*/
	margin: 0;
}

.holder a {
	font-size: 16px;
    cursor: pointer;
    margin: 0 2px;
    color: #FFF !important;
    background-color: #005F2E;
    padding: 10px;
    font-family: 'Roboto', sans-serif;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

.holder a:hover {
	background-color: #666;
	color: #FFF;
}

.holder a.jp-previous {
	margin-right: 15px;
    padding: 10px;
    color: #FFF !important;
    background-color: #005F2E;
    font-family: 'Roboto', sans-serif;
}
.holder a.jp-previous:hover { 
	color: #FFF !important;
	background-color: #666 !important;
}

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

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

.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; 
	color: #FFF !important;
	font-weight: bold;
	background-color: #999 !important;
}

.holder span { margin: 0 5px; }