.holder {
  margin: 15px 0;
	text-decoration: none !important;
	
	
}
.holder a {
  font-size: 12px;
  cursor: pointer;
  margin: 4px ;
  color: #fff !important;
  background: #012a18;
  padding: 10px;
  font-weight: bold;
	border-radius:4px;
}
.holder a:hover {
  background-color: #3a6a1d;
  color: #fff;
}
.holder a.jp-previous {
  
  background: #012a18;
  color: #fff !important;
}
.holder a.jp-next {
   margin: 0;
  background: #012a18;
  color: #fff !important;
}
.holder a.jp-current, a.jp-current:hover {
  background: #3a6a1d !important;
  color: #fff !important;
 
 
 
}
.holder a.jp-disabled, a.jp-disabled:hover {
 background-color: #012a18;
  color: #fff;
}
.holder a.jp-current, a.jp-current:hover, .holder a.jp-disabled, a.jp-disabled:hover {
  cursor: default;
background-color: #012a18;
  color: #fff;
text-decoration: none !important;
	font-weight: bold;
}
.holder span {
  margin: 0 4px