ul.page-numbers {
	margin: 56px 0 40px;
	text-align: center;
}

.page-numbers li {
	display: inline-block;
}

.page-numbers span.current {
	background-color: #b50a00;
	color: #fff;
}

.page-numbers li a, .page-numbers li span {
	background-color: #cccccc;
	border-radius: 3px;
	color: #171515;
	display: block;
	font-size: 15px;
	line-height: 33px;
	min-width: 10px;
	padding: 0 12px;
	position: relative;
	text-align: center;
	text-decoration: none;
}

.menu li.current-menu-item a {
	color: #b50a00;
}

header.header {
	position: fixed;
	z-index: 11;
	width: 100%;
	background: white;
	border-bottom: 1px solid black;
}

div#wpadminbar {
	position: fixed;
}

sup {
	vertical-align: super;
	font-size: smaller;
	line-height: normal;
}

.st-check-list li {
	margin-bottom: 1em;
}