<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* pagination
---------------------------------------------*/

.job_pagination {
	text-align:		center;
	margin:			1em auto;
	
	max-width:		1120px;
}
 
.job_pagination span, 
.job_pagination a {
	display:		inline-block; 
	padding:		8px 8px;
	margin:			0 3px; 
	
	border:			1px solid #ccc;
	background:		#fff;
	
	font-size:		18px;
	font-weight:	normal;
	line-height:	1em;
	color:			#666;
	text-decoration:	none;
	
	text-align:		center;
}
	.job_pagination .current, 
	.job_pagination a:hover {
		background:		#eee !important;
		/*color:			#fff !important; */
		border-color:		#aaa !important;
	}
	.job_pagination .dot {
		background:		none !important;
		border:			none !important;
		padding-left:	0 !important;
		padding-right:	0 !important;
	}

html.ie7 .job_pagination {
	text-align:		left !important;
}
	html.ie7 .job_pagination span,
	html.ie7 .job_pagination a {
		float:			left;
		display:		block;
	}</pre></body></html>