section.archives h5 {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px;
	text-align: center;
	background-color: #5278cf;
	color: #f8f8f8;
	margin: 0;
	padding: 5px 0;
}

section.stats {
	text-align: center;
	font-weight: 600;
}

section.stats > h4 {
	text-transform: uppercase;
	font-weight: 400;
}

section.stats > p {
	margin-bottom: 2px;
}

section.archives ul {
	margin-bottom: 30px;
}

section.archives ul > li {
	padding: 4px;
}

section.archives span.count {
	float: right;
	color: #777;
	font-size: 12px;
	font-weight: 300;
}

section.archives ul.stats {
	margin-top: -31px;
	font-size: 11px;
	font-weight: 400;
	box-shadow: 0px 8px 6px -6px #333;
	margin-bottom: 60px;
}

section.archives ul.stats > li {
	border-bottom: 1px dotted #5278cf;
}

section.archives ul.stats > li:last-child {
	border-bottom: 0;
	font-weight: bold;
	font-size: 12px;
}

section.archives ul.stats > li:first-child {
	background-color: #5278cf;
	text-transform: uppercase;
	color: #f8f8f8;
	text-align: center;
}

section.archives ul.stats span {
	min-width: 20%;
	text-align: right;
}