div.tres2 {
	text-align: center;
	height: 36px;
	display: table;
	clear: both;
	float: none;
}

div.tres2 div {
	font-size: 13px;
}

div.tres2 div b {
	font-weight: 500;
}

div.tres2 a {
	margin: 0;
	color: #f98228;
	background-color: #FFFFFF;
	text-decoration: none;
	height: 36px;
	line-height: 36px;
	display: block;
	text-align: center;
	float: left;
	padding: 0 13px;
	font-size: 16px;
	border: #f98228 1px solid;
	border-right: none;
}

div.tres2 a span {
	font-size: 25px;
}

div.tres2 a:hover {
	color: #FFFFFF;
	background-color: #f98228;
	border-top: #f98228 1px solid;
	border-left: #f98228 1px solid;
	border-bottom: #f98228 1px solid;
}

div.tres2 span.current {
	margin: 0;
	color: #FFFFFF;
	background-color: #f98228;
	text-decoration: none;
	height: 36px;
	line-height: 36px;
	display: block;
	text-align: center;
	float: left;
	padding: 0 13px;
	font-size: 16px;
	border: #f98228 1px solid;
	border-right: none;
}

div.tres2 span.disabled {
	display: none
}

div.tres2 b {
	font-weight: 100;
}

#pageList {
	clear: both;
	margin: 30px 0 20px;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	display: flex;
	display: -webkit-flex;
}