<style type="text/css">

.button_panel {
	display: block; 
	padding-bottom: 0.5em;
}
.output_panel{
	padding-bottom: 0.5em;
}

.inputstyleleft {
	background: white;
	border: 1px solid #C6CFE1;
	border-top: 1px solid #C6CFE1;
	border-bottom: 1px solid #C6CFE1;
	font-family : arial, helvetica;
	font-size : 10.00pt;

	text-align : left;
	vertical-align : bottom;
}
.inputstyleright {
	background: white;
	border: 1px solid #C6CFE1;
	border-top: 1px solid #C6CFE1;
	border-bottom: 1px solid #C6CFE1;
	font-family : arial, helvetica;
	font-size : 10.00pt;

	text-align : right;
	vertical-align : bottom;
}
.table_outputs {
	text-align: center;
	padding-bottom: .25em;
}
#table_sentence {
	font-style: italic;
}
.table_headings {
	font-weight: bold;
	padding-left: .5em;
	padding-right: .5em;
}
.table_rows {
	border-top-color: #C5D7EF;
	border-top-style: solid;
	border-top-width: thin;
	background-color: #E5ECF9;
	padding-left: .5em;
}
.table {
	border-collapse: collapse;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	table-layout: auto;
}
.table_rows_centre {
	border-top-color: #C5D7EF;
	border-top-style: solid;
	border-top-width: thin;
	background-color: #E5ECF9;
	text-align: center;
	font-weight: bold;
	padding-left: .5em;
	padding-right: .5em;
}
.table_title {
	font-weight: bold;
	padding-right: .5em;
	font-size: larger;
}
h3 {
	color: #FF0000;
}
</style>