body {
	max-width: 900px;
}

.footer a, .footer a:hover, .footer a:visited{
	color: inherit;
	text-decoration: none;
}

.right {
	text-align: right;
}

.heading-31 {
	position: relative;
	padding: .3em 0 .2em 1em;
	border-bottom: 3px solid #2589d0;
	color: #333333;
}

.heading-31::before {
	position: absolute;
	top: 0;
	left: .3em;
	transform: rotate(55deg);
	height: 11px;
	width: 12px;
	background: #2589d0;
	content: '';
}

.heading-31::after {
	position: absolute;
	transform: rotate(15deg);
	top: .6em;
	left: 0;
	height: 8px;
	width: 8px;
	background: #2589d0;
	content: '';
}