.headline {
	font-weight: bold;
	font-size: 1.3em;
}

.subheadline {
	font-size: 1.1em;
	margin: 0;
	font-weight: bold;
}

.info {
	padding: 10px 20px 10px 20px;
	text-align: center;
	font-size: 1.3em;
	background-color: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.12);
}

.info:first-child {
	margin-bottom: 20px;
}

.info:last-child {
	margin-top: 20px;
}

.green {
	background-color: rgba(0, 255, 0, 0.3);
	border: 1px solid rgba(0, 255, 0, 0.6);
}

.red {
	background-color: rgba(255, 0, 0, 0.3);
	border: 1px solid rgba(255, 0, 0, 0.6);
}

.info button {
	margin-top: 20px;
}

.buttons {
	text-align: initial;
	display: flex;
	justify-content: space-around;
}