@charset "utf-8";

body {
/* 	background-color: #330066; */
	background-image: url("/img/bevback16.jpg");
	font-family: 'Quicksand', sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: rgb(255,255,255);
	background-repeat: no-repeat;

 	width:100%;
}
div#load_screen{
	background:#003;
	opacity: 1;
	position: fixed;
	z-index:10;
	width: 100%;
	height: 1600px;
}
div#load_screen > div#loading{
	color:#CCC;
	width: 120px;
	height:24px;
	margin:300px auto;
}




p {
	font-family: 'Quicksand', sans-serif;
	font-weight: 400;
	font-size: 13px;
	text-align: center;
	color: rgb(255,255,255);
}

a:link {
	font-family: 'Quicksand', sans-serif;
	font-weight: 400;
	font-size: 14px;
	text-align: center;
	color: #FBAE17;
}

a:visited {
	font-family: 'Quicksand', sans-serif;
	font-weight: 400;
	font-size: 14px;
	text-align: center;
	color: #fff;
}
a:hover {
	font-family: 'Quicksand', sans-serif;
	font-weight: 400;
	font-size: 16px;
	text-align: center;
	color: #FBAE17;
}

.twitter-follow-button {
	position: relative;
	top: 5px;
	text-align: center;

}



td, th {

	font-weight: 400;
/* 	line-height: 24px; */
/* 	color: #f0f8ff;	 */
/* 	background-color: #330066; */
}


.calc {
/* 	background-color: #330066; */
	}


#submit {
	color:#090
	width: 300px
	height: 30px
}

	
.table {
	width:470px;
	border-color:#003;
	border:10;
/* 	background-color: #330066;	 */
	font-family: 'Quicksand', sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 30px;
	color: #DCDCDC;
}

.table#beercheck{
	text-align: center;
}

.calcrow {
	font-family: 'Quicksand', sans-serif;
	font-weight: 400;
  	font-size: 18px;
	line-height: 30px;
/* 
 	background-color: #609;
 */
	color: #DCDCDC;
	padding-left:18px;
}


.resultrow {
	font-family: 'Quicksand', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
  	background-color:#30C;
	color: #DCDCDC;
}

#unitdp{
	padding-left: 10px;
}


.result {
	font-family: 'Quicksand', sans-serif;
	font-weight: 400;
 	font-size: 18px;
	line-height: 20px;
  	background-color: #ffffff;
	color: #000000;
	width: 210px;
}



form {
/* 	background: #FFF; */
    border:2px solid #FBAE17;
    border-radius: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    margin-left:auto;
    margin-right:auto;
    max-width: 500px;
	}



.calcheading {
	font-family: 'Quicksand', sans-serif;
	font-weight: 400;
	font-size: 30px;
	color: #330066;
	line-height: 30px;
	text-align: center;
    border-bottom: 2px solid #FBAE17;
    margin: 0px 0px 15px 0px;
    background:#FBAE17;

}


label {
    display: block;
    margin: 0px 0px 5px;
}

label>span {
    float: left;
    width: 35%;
    text-align: right;
    padding-right: 10px;
    margin-top: 6px;
    color: #fff;
    font-family: 'Quicksand', sans-serif;
    font-weight: 400;  
}


input[type="text"], input[type="checkbox"]{
    border: 1px solid #CCC;
    color: #000;
    height: 15px;
/*     line-height:15px; */
    margin-bottom: 6px;
    margin-right: 6px;
    margin-top: 6px;
    outline: 0 none;
    padding: 5px 5px 5px 5px;
    width: 30%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;    
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;  
    font-size: 18px;
}
.answer {

}



.dropdown {
	font-family: 'Quicksand', sans-serif;
	font-weight: 700;
	font-size: 18px;
	/* line-height: 30px; */
 	background-color: #DCDCDC;
 	border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;    
	color: #000;	
	padding-left: 10px;
	padding: 5px 5px 5px 5px;
	line-height:15px;
    margin-bottom: 6px;
    margin-right: 6px;
    margin-top: 2px;

}

.notes {
	font-family: 'Quicksand', sans-serif;
	font-weight: 400;  
	font-size: 12px;
  	font-style:italic;
  	line-height: 12px;	
}

legend{
	font-family: 'Quicksand', sans-serif;
	font-weight: 400;
	font-size: 14px;  
	color: #DCDCDC;
}

fieldset{
	margin: 0px 5px 5px 5px;
	padding: 1em;
}
.taxbutton{
	height: 50px;
}

.bevbutton{
	height: 50px;
	text-align: center;
}
.calcbutton{
	height: 36px;
	text-align: center;
}

/* 
@media only screen and (min-width:150px) and (max-width:600px){

		p{
		padding-left:"10px";
		padding-right:"10px";
		font-size: 16px;
		}
	}
 */

