/* Pagination */
	
ul.simplePagerNav {
	display: block;
	margin: 1em auto;
	text-align: center;
}
ul.simplePagerNav li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.simplePagerNav li * {
	transition: all 0.3s ease;
}
ul.simplePagerNav li.currentPage a {
	text-decoration: none;
}
ul.simplePagerNav li a {
	border: 1px solid #0FBE7C;
	border-radius: 4px;
	color: #0FBE7C !important;
	display: inline-block;
	font-size: 1.5em;
	height: 1.5em;
	line-height: 1.5em;
	text-decoration: none;
	width: 1.5em;
}
ul.simplePagerNav li a:hover {
	background: #0FBE7C;
	color: #FFF !important;
}
ul.simplePagerNav li.currentPage a {
	background: #0FBE7C;
	color: #FFF !important;
}

body {
    background-image: none; 
  background-color: #efefef !important;
   
}