* {
	margin: 0;
	padding: 0;
	border: 0;
	outline-width: 0;
	outline: none;
	text-decoration:none;
	-webkit-appearance:none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: Verdana, Arial, sans-serif;

}

body {
	background: #fad7a0;
	font-size: 14px;
}
.placeholder {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: 0 auto;
	width: 256px;
	height: 256px;
	background: url('/images/proost.png') 0 0 no-repeat;
	background-size: 256px 256px;
}

.bier {
	display:block;
	position:relative;
	margin: 0 auto 20px auto;
	width: 128px;
	height: 128px;
	background: url('/images/proost.svg') 0 0 no-repeat;
	background-size: 128px 128px;
}



.block-current, .block-checkin, .block-disclaimer, .results {
	border-radius: 10px 12px;
	background: #eb984e;
	padding: 14px;
	color: #fff;
	max-width: 450px;
	margin: 0 auto 20px auto;
	border-bottom: 2px solid #873600;
}

.results {
	background: #2ecc71;
	border-bottom: 2px solid #186a3b;
	text-align:center;
	display:none;
}
.time-block {

}
.fail {
	background: #e74c3c;
	border-bottom: 2px solid #78281f;
}
.large {
	margin-top: 12px;
	font-size: 52px;
}
.large span {

}

.block-checkin {
	background: #f5b041;
}

.block-disclaimer {
	background: #f39c12;
}

h3 {
	font-size: 14px;
	font-weight:bold;
	margin: 0;
	margin-bottom: 10px;
	font-size: 18px;
}
.results h3 {
	margin: 0;
}

p {
	margin-top: 10px;
	line-height: 20px;
}

.large-spacer, .select-date, .select-time, .select-day, .select-month, .select-year, .select-hour, .select-minute, .spacer {
	display:inline-block;
	position: relative;
}

.spacer {
	width: 5%;
	text-align:center;
}
.large-spacer {
	width: 5%;
}
.select-date {
	width: 55%;
}
.select-time {
	width: 40%;
}

.select-day, .select-month, .select-hour, .select-minute {
	width: 15%; 
}
.select-year {
	width: 20%;
}

.select-day, .select-month, .select-year, .select-hour, .select-minute {

}

.select-date input, .select-time input, .select-day select, .select-month select, .select-year select, .select-hour select, .select-minute select {
	color: #fff;
	background: #dc7633;
	font-size: 14px;
	padding: 0 8px;

	width: 100%;
}
.select-date input, .select-time input, .select-day select, .select-month select, .select-year select, .select-hour select, .select-minute select, input[type="submit"] {
	height: 42px;
	line-height: 42px;
	border-radius: 5px;
}

input[type="submit"] {
	height: 52px;
	line-height: 49px;
	font-weight: normal;
	color: #fff;
	background: #2ecc71;
	display:block;
	width: 240px;
	margin: 0 auto 20px auto;
	border-bottom: 2px solid #186a3b;
	font-size: 20px;
}

footer {
	padding: 50px 0;

	text-align:center;
	opacity: .8;
}
footer, footer a {
	color: #f5b041;
	font-size: 10px;
}

@media (max-width: 480px) {
	.block-current, .block-checkin, .block-disclaimer, .results {
		width: 94%;

	}

}
