/* main wrapper styles */
.wrapper { padding:20px; width: 740px; }
.resultwrapper {padding-left:40px; margin-top:-20px}

/* headline layout styles */
h2.calc-title { padding: 0 0 5px 0; border-bottom: 1px solid #ccc; }
h3.sub-title, h3.sectiontitle { margin: 0; padding: 25px 0 0 0; }
h3.sub-title { display: inline-block; width: 60%; float: left; }

/* content layout styles */
.assumptions { float: right; text-align: right; width: 40%; clear: both; }
#content { width: 720px; clear: both; }
.column { display: inline-block; float: left; width: 60%; }
.column.right { width: 40%; }
#content.results .column.right { padding: 60px 0 0 0; }
.info { position: relative; top: 0; margin-left: 10px; cursor: pointer; }
.info.short { margin-left: 10px; }

/* modal layout styles */
#mask { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: #000;	
	opacity: .80;
	-webkit-opacity: .8;
	-moz-opacity: .8;
	filter: alpha(opacity=80);
	z-index: 1000;
}
#mask.active { display: block; }
.content.modal-dialog { display: none; }
.content.modal-dialog.active { display: block; position: absolute; left: 32%; z-index: 9999; top: 0; border-radius: 5px;}

/* result layout styles */
#content.results .results-header { clear: both; margin: 25px 0 0 0; height: 35px; display: table; width: 100%; text-align: center; border-collapse: collapse; font-weight: bold; background: none !important; }
#content.results .results-header .table-row { display: table-row; border-bottom: 1px solid #ccc; height: 35px; }
#content.results .results-header .table-row .table-cell { vertical-align: bottom; padding: 0 0 5px 0; }
#content.results .table-cell { display: table-cell; }
#content.results .results-display { display: table; width: 100%; text-align: center; border-collapse: collapse; font-size: 13px; }
#content.results .results-display .table-row { display: table-row; width: 100%;}
#content.results .results-display .table-row .table-cell { border-bottom: 1px solid #ccc; padding: 5px 0; }

#content.results .scroll { display: block; overflow-y:inherit }

/* button layout styles */
.buttonWrapper { clear: both; overflow: hidden; display: block; }
.buttonWrapper.right { float: right; }
.buttonWrapper .left { float: left; }
.buttonWrapper .right { float: right; }

/* footer layout styles */
footer { padding: 25px 0 0 0; clear: both; }
footer .disclaimer { background:#e0e0e0; padding: 25px; }
footer .wmsi { text-align: right; margin: 15px 0 0 0; }