#bigtable{
	float: left;
	clear: both;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	color: #ddd;
	border: none;
	text-align: left;
	border-spacing: 0.5em 0em;
	margin: 2em 6% 5em -0.25em;
	max-width: 1200px;

}

#bigtable tr th img {
	border: 0 ! important;
	padding-bottom: 0.25em;
}

#bigtable td {
	text-align: left;
	padding: 0.25em 1em 0.5em 0;
	border-bottom: 1px solid #333;
	vertical-align: bottom;
}

#bigtable td.empty {
	text-align: left;
	font-size: 0.8em;
	color: #aaa;
	padding: 1em 1em 0.5em 0;
	vertical-align: top;
	border-bottom: none;
}

#bigtable td.result {
	font-weight: bold;
	text-align: right;
	padding: 0.25em 0em 0.5em 0;
}


#bigtable th {
	font-weight: normal;
	color: #333;
	text-align: left;
	padding: 0.5em 1em 0.5em 0;
	border-bottom: 1px solid #333;
	vertical-align: bottom;
	width: 6%;

}


#bigtable th.parameter {
	font-weight: bold;
	color: #333;
	text-align: left;
	padding: 0.25em 0.3em 0.5em 0;
	border-bottom: none;
	border-right: 1px solid #333;
	vertical-align: top;

}

#bigtable th.result {
	color: #ddd;
	font-weight: bold;
	padding: 2.5em 1em 0.5em 0;
}

#bigtable strong {font-size: 120%; line-height: inherit;}

#bigtable a {
	text-decoration: none;
	display: block;
	max-width: 155px;
	border: none;
}
