header, footer {
	display: none;
}

body {
	background: #ffffff;
}

article {
	width: calc(100% - 100px);
	margin: 0;
	padding: 10px 50px 0 50px;
}

p, hr {
	margin: 0 0 27px 0;
	letter-spacing: 1px;
	line-height: 13px;
}

p > span, p:first-child {
	color: #000000;
	font-weight: bold;
}

p > span {
	text-transform: uppercase;
}
