@charset "utf-8";
/* CSS Document */
#demo_interface{
	border: solid 1px #CFCFCC;
	margin-bottom:2em;
	border-collapse:collapse;
	padding:0;
}
#demo_input_container{
	padding:0.5em 1em;
}
#demo_output_container{
	height:100%;
	width:30%;
	top:0;
	background:#4E3512;
	color:#FFFFFA;
	vertical-align:top;
}
#demo_output_container table{
	width:100%;
	text-align:center;
}

#demo_output_container table thead th{
	font-weight:normal;
	border-bottom:solid 1px #9C7A2C;
}

#demo_output_container table tbody th{
	font-weight:normal;
	text-align:left;
}

#demo_output_primary{
	font-size:1.5em;
	text-align:right;
	margin-right:1em;
}

#demo_output_secondary{
	font-size:0.8em;
	padding: 1em;
	color:#FFFAE3;
}
#demo_output_secondary h3{
	color:#9C7A2C;
	
}
#total_savings{
	font-size:2.5em;
	color:#FFEC45;
}

#demo_output_disclaimer{
	position:relative;
	vertical-align:bottom !important;
	bottom:0;
	padding:1em;
	font-size:0.8em;
	color:#9C7A2C;
}

#demo_output_title{
	font-size:2em;
	text-align:center;
	line-height:1.75em;
}
#demo_output_title #savings{
	font-size:1.6em;
	font-weight:normal;
}
#demo_output_title #estimate{
	font-size:1.5em;
	line-height:1.125em;
}

#sub_form{
	clear:both;
	margin:0.25em 1em;
}

#gse_form h1{
	border-bottom:solid 1px #CFCFCC;
	margin:0;
	color:#9C7A2C;
	font-size:1.2em;
}
#gse_form .section{
	clear:both;
	padding: 1em 0;
}
#gse_form label{
	color:#9A9A9F;
	text-transform:uppercase;
}