#wp_page_numbers ul, #wp_page_numbers li, #wp_page_numbers a {
	padding: 0;
	margin: 0;
	border: none;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	list-style: none;
	text-transform: none;
	text-indent: 0px;
	font-variant: normal;
	text-align: left;
	line-height: 12px;
	letter-spacing: 0px;
	word-spacing: 0px;
	font-size: 11px;
	font-family: Arial;
}
#wp_page_numbers a {
font-size: 12px;
font-weight: 700;
line-height: 2.5em;
text-align: center;
}

#wp_page_numbers {
	margin-top: 10px;
	width: 100%;
	margin-bottom: 10px;
}
#wp_page_numbers ul {
	display: table;
	text-align: center;
	margin: 0 auto;
}
#wp_page_numbers li {
	display: table-cell;
	margin-bottom: 2px;
}

#wp_page_numbers a {
border: solid 1px #717171;
color: #717171;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
behavior: url(https://msinc.nichelabs.com/wp-content/plugins/wp-page-numbers/classic/border-radius.htc);
width: 30px;
height: 30px;
display: inline-block;
margin: 0 5px;
}

#wp_page_numbers li a:hover {
border-color: #e26734;
background-color: #e26734;
color: white;
}

#wp_page_numbers li.space {
	padding: 6px;
	padding-left: 2px;
	padding-right: 2px;
}

#wp_page_numbers li.first_last_page {
	font-style: italic;
}

#wp_page_numbers li.active_page a {

}
#wp_page_numbers li.active_page a:hover  {
border-color: #e26734;
background-color: #e26734;
color: white;
}

#wp_page_numbers li.page_info {
	float: left;
	display: block;
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 2px;
	color: #666;
	font-size: 11px;
	border: 1px solid #bfbfbf;
}