div.fs {
	font-size: 1.1em;
}
div.fs h3 {
	font-size: 1.1em;
}
div.fs fieldset {
	font-size: 1.1em;
}
div.fs thead {
	font-weight: bold;
}
div.fs td {
	vertical-align: top;
	padding: 0 4px 0 4px;
}
div.fs div.user_prompt {
	text-align: center;
	width: 100%;
}
table.fs_details_list, table.fs_details_graphs {
	width:100%;
	table-layout: fixed;	
	font-size: 1.2em;
    line-height: 1.4em;
}
table.fs_details_list td.col1, table.fs_details_list td.col3 {
	width: 25%;
	text-align: right;
	font-size: 1.2em;
    font-weight: bold;
    line-height: 1.4em;
}
table.fs_details_list td.col2, table.fs_details_list td.col4 {
	width: 25%;
	padding-left: 5px;	
	font-size: 1.2em;
    font-weight: bold;
    line-height: 1.4em;
}
table.fs_details_graphs col.col_cat {
	width: 50%;
}
table.fs_details_graphs col.col_bar {
	width: 30%;	
}
table.fs_details_graphs col.col_count, table.fs_details_graphs col.col_pct {
	width: 10%;	
	text-align: right;
	
}
td.table_list {
	margin-left: 50px;
}
table.fs_details_graphs div.graph {
	background-color: #67A3EB;
	 border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
	border: solid 1px #012349;
}
table.fs_details_graphs tr {
	border-bottom: 1px #000 dotted;
}