#pager{
	/*position: absolute;*/
	bottom: 30px;
	text-align: center;
/*	left: 50%;
	transform: translateX(-50%);*/
	padding: 0;
	width: 100%;
}

#pager li{
	display: inline-block;
}

#pager a{
	display: inline-block;
	padding: 10px;
	border: 1px solid #708090;
	border-right: none;
	width: 3em;
	height: 3em;
}

#pager a.active{
	background-color: #708090;
	color: #BED600;
}

#pager a.bridge{
	background-color: #c3c3c3;
	color: #fff;
}

#pager li:first-of-type a{
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
}

#pager li:last-of-type a{
	border-right: 1px solid #708090;
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
}