.page_button, .submit_button {
	border: none;
	background: #6a6060;
	background: rgba(0, 0, 0, 0.3);
	padding: 4px;
	font-size: 15px;
	font-weight: bold;
	color: white;
	text-decoration: none;
	margin-right: 5px;
	text-align: center;
	font-size: 12px;
	position: relative;
	z-index: 2;
}

.page_button:hover, .submit_button:hover {
	background: #3d2c2c;
	background: rgba(0, 0, 0, 1);
	color: white;
	text-decoration: none;
}

.page_button .title {
	margin-left: 1px;
	margin-right: -2px;
	display: inline;
}

.current {
	color: white;
	background: #3d2c2c;
	background: rgba(0, 0, 0, 1);
}

.current:hover {
	color: white;
	

}
.pager {
	padding: 10px;
	border: 1px solid #dadada;
	width: 100%;
}
.pager .submit_button {
	font-size: 12px;
}

.pager_report {
	color: grey;
	font-size: 12px;
	margin-top: 10px;
}

.static_pager {
	position: fixed;
}
.static_pager_spacer {
	height: 40px;
}
