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_graphs thead td {
	color:#fff;
	font-size:1.2em !important;
	line-height:1.8em !important;
	color: #fff !important;
	text-transform: none !important;
	font-family: "Lucida Console", "Courier New", monospace !important;
	font-weight: 500 !important;
	padding-top: 2px !important;
	padding-right: 8px !important;
	padding-left: 8px !important;
	padding-bottom: 0 !important;
}
table.fs_details_graphs tbody tr td {
	padding-right: 12px !important;
	padding-left: 12px !important;
}
table.fs_details_graphs tbody td {
	padding:2px;
}
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 {

	text-align: right;
	font-size: 1.1em;
    line-height: 1.2em;
}
table.fs_details_list td.col2, table.fs_details_list td.col4 {
	
	padding-left: 5px;	
	font-size: 1.1em;
    line-height: 1.2em;
}
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: #5aaadb;
	border-color: #459fd6 #3094d2 #277db2;
	background-image: -webkit-linear-gradient(top, #aed5ed, #7bbbe2 70%, #5aaadb);
	background-image: -moz-linear-gradient(top, #aed5ed, #7bbbe2 70%, #5aaadb);
	background-image: -o-linear-gradient(top, #aed5ed, #7bbbe2 70%, #5aaadb);
	background-image: linear-gradient(to bottom, #aed5ed, #7bbbe2 70%, #5aaadb);
	height: 22px;
	 border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}
table.fs_details_graphs tr {
	border-bottom: 1px #cccccc solid;
}