.section-pages{
	display:block;
	float:left;
	margin:0;
	padding:0;
	list-style:none;
	border-top:1px solid #ccd1d4;
	border-bottom:1px solid #ccd1d4;
}
.section-pages li{
	float:left;
	width:100%;
}
.section-pages li a{
	float:left;
	width:100%;
	box-sizing:border-box;
	border-left:7px solid #9bd7d5;
	border-bottom:1px solid #ccd1d4;
	color:#000;
	font-weight:700;
	font-size:14px;
	padding:15px;
}
.section-pages li:last-child a{
	border-bottom:0px;
}
.section-pages li a:hover, .section-pages .current-section-page a{
	color:#29a8e0;
	background-color:#fff;
}