@charset "utf-8";
@font-face { font-family: 'Futura'; src: url(Futura.ttf)}
body{
	background: #ffffff;
	font-family: 'Futura';
	margin: 20px;
}
a, a:focus, a:hover{
	text-decoration: none;
	color: #5a97c3;
}
button{
	margin-bottom: 10px;
	font-family: 'Futura';
	font-size: 20px;
	background-color: white;
	padding: 3px 20px 3px 20px;
	border-radius: 2px;
	border: 1px solid #bdbdbd;
}
button:hover{
	background: #9cd6ff;
	border: 1px solid #9cd6ff;
}
.box{
	margin: auto;
	max-width: 800px;
	height: auto;
	padding-bottom: 10px;
	background: #ffffff;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
	text-align: center;
	font-size: 16px;
	margin-bottom: 25px;
}
.box-header{
	width: 100%;
	height: auto;
	font-size: 30px;
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
	background: #9cd6ff;
	margin-bottom: 10px;
}
.box-cookietext{
	width: 90%;
	font-size: 14px;
	text-align: left;
	background: #f0f0f0;
	padding: 10px;
	margin: auto;
	margin-top: 6px;
	margin-bottom: 6px;
	font-style: italic;
}