body {
	background: #111;
	color: white;
}

.mol--page-section {
	padding-top: 160px;
	padding-bottom: 60px;
}

.atm--block-logo {
	padding-top: 40px;
	padding-bottom: 40px;
}

figure.atm--logo img {
	height: 24px;
}

p {
	font-size: 1.3rem;
}

span.atm--status {
	display: block;
	margin-bottom: 7px;
	font-size: 0.9rem;
	letter-spacing:0.2;
	text-transform: uppercase;
}

a.button {
	color: white;
	text-decoration: unset;
	background-color: rgba(255,255,255,0.3);
	padding: 10px 14px;
	border-radius: 3px;
}

a.button:hover {
	background-color: rgba(255,255,255,0.5);
}