@charset "utf-8";
/* CSS Document */


#field_price {
	width: 170px;
}

#field_people {
	width: 170px;
}

#field_beertype {
	width: 300px;
}

#field_beer_custom_price {
	width: 50px;
}

#field_email {
	width: 230px;
}

#top_text {
	float: right;
	margin-top: 50px;
	margin-left: 50px;
	width: 620px;
	padding: 10px;
}

#top_text2 {
	float: right;
	margin-top: 50px;
	margin-left: 50px;
	width: 620px;
	padding: 10px;
}

#form_box {
	margin-top: 20px;
	float: right;
	width: 620px;
	padding: 10px;
}

#button_submit {
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 1em;
}

/*----------*/
#top_text2 {
	float: right;
	margin-top: 50px;
	margin-bottom: 10px;
	width: 580px;
	padding: 10px;
}

#results_beers {
	font-size: 35px;
	color: #CFECEC;
}


#results_box {
	float: left;
	margin-left: 20px;
	margin-top: 10px;
	padding: 10px;
	width: 400px;
	font-size: 14px;
}

#results_calculation_box {
	float:left;
}

.results_table {
	border-collapse: collapse;
	margin: 1em 0;
}

.results_table .results_tr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bfbdb0;
}




#results_party_box {
	float:left;
}

#results_tare_box {
	float:left;
	height: 300px;
}

#results_button_party {
	float: right;
	margin-top: 5px;
	width: 191px;
	height: 195px;
	color: #000;
	text-align: center;
	vertical-align: top;
}

#results_button_tare {
	float: right;
	margin-top: 5px;
	width: 191px;
	height: 195px;
	color: #000;
	text-align: center;
	vertical-align: top;
}