.holder {
	margin: 15px 0;
}

.holder a {
	font-size:  1rem;
	line-height: 1.6;
	cursor: pointer;
	margin: 0 0.5rem;
	color: #333;
	padding: 0.5rem 1.0rem !important;

}

.holder a:hover {
	border:1px solid #72c02c !important;
	color: #72c02c!important;
	border-radius: 50% !important;
}

.holder a.jp-previous {
	padding: 0.5rem 1.14286rem !important;
	border-color: #ddd !important;
	border-radius: 50px !important;
	text-align: center;
	text-decoration: none;
	border: solid 1px transparent;
	transition: all .3s ease;
	margin-right: 2rem;

}
.holder a.jp-previous:hover{
	color: #72c02c;
	border:1px solid #72c02c !important;
}

.holder a.jp-next {
	padding: 0.5rem 1.14286rem !important;
	border-color: #ddd !important;
	border-radius: 50px !important;
	text-align: center;
	text-decoration: none;
	border: solid 1px transparent;
	transition: all .3s ease;
	margin-left: 2rem;
}

.holder a.jp-next:hover{
	color: #72c02c;
	border:1px solid #72c02c !important;
	background:none;
}
.holder a.jp-current{
	border-radius:50%!important;
	color:#fff;
	background:#72c02c!important;
}


.holder  a.jp-current:hover {

	color:#fff !important;
	font-weight: bold;

}

.holder a.jp-disabled, a.jp-disabled:hover {
	color: #bbb;
}


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

.holder span { margin: 0 5px; }