label {
display:inline-block;
}

#group {
float:left;
margin-right:10px;
}

#heading {
margin-bottom:20px;
text-align:center;
}

#error {
font-size:10px;
color:#8C001A;
}

#mask {
position:fixed;
z-index:9000;
background-image:url(../content_images/kellerbier.RGB.jpg);
background-size:cover;
display:none;
width:100%;
height:100%;
top:0;
left:0;
}

#boxes {
height:100%;
width:100%;
}

#boxes .window {
position:fixed;
color:#142e69;
display:none;
z-index:9999;
padding: 50px;
background-color: rgba(255,255,255,0.6);
border: 4px solid #d6af2e;
left: 50% !important;
margin-left: -160px;
font-family:"source-sans-pro", serif;
font-weight:600;
box-shadow: 0px 0px 4px rgb(179, 179, 180);
}

#fallback_boxes .window {
position:fixed;
color:#142e69;
font-weight:600;
z-index:9999;
padding: 50px;
background-color: rgba(255,255,255);
border: 4px solid #d6af2e;
left: 50% !important;
margin-left: -160px;
}

#fallback_boxes {
width:20%;
height:20%;
position:fixed;
top:0;
left:0;
bottom:0;
right:0;
margin:auto;
}

#fallback {
background-color:#000;
}

input.positive,#inputAge {
width:110px;
}

input.negative {
margin-left:5px;
width:110px;
}

button,input[type=button],input[type=submit],input[type=submit],#prompt {
border:none;
cursor:pointer;
font-family:inherit;
font-size:1rem;
font-weight:600;
letter-spacing:1px;
line-height:20px;
text-align:center;
text-transform:uppercase;
padding:8px 12px;
font-family:"abril-text", serif;
letter-spacing:0.001%;
}

#boxes .positive {
background:#d6af2e;
color:#142e69;
}

#boxes .negative {
background:#142e69;
color:#d6af2e;
}

input[type=text],textarea {
font-family:inherit;
border:1px solid #eee;
background:#eee;
color:#505050;
font-size:15px;
font-weight:400;
width:10%;
margin:0 5px 0 0;
padding:8px 10px;
}

input[type=text]#inputYear {
width:14%;
}

select {
font-family:inherit;
border:1px solid #eee;
background:#eee;
color:#505050;
font-size:13px;
font-weight:400;
margin:0 5px 0 0;
padding:8px 10px;
}

textarea {
width:100%;
-webkit-appearance:none;
border-radius:0;
margin:0 5px 0 0;
padding:15px;
}

input[type=text]:focus,textarea:focus,select:focus {
outline:none;
}

button:hover,input[type=button]:hover,input[type=submit]:hover,#commentsbox input[type=submit]:hover {
color:#fff;
opacity:0.85;
}