﻿
<style>
table
 {
 border-collapse:collapse;
 margin-left: auto;
 margin-right: auto;
 width: 800px;
 } 

#rounded-corner {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	width: 800px;
	text-align: left;
	border-collapse: collapse;
	margin: 20px;

}
#rounded-corner thead th.rounded-company {
	background: #FFE7BD ;
}
#rounded-corner thead th.rounded-q4 {
	background: #FFE7BD ;
}
#rounded-corner th {
	font-weight: bold;
	font-size: 13px;
	color: #173641;
	background: #FFE7BD;
	padding: 8px;
}
#rounded-corner td {
	background: #FFE7BD;
	border-top: 1px solid #fff;
	color: #173641;
	padding: 8px;
}





#rounded-corner tfoot td.rounded-foot-left {
	background: #FFE7BD ;
}
#rounded-corner tfoot td.rounded-foot-right {
	background: #FFE7BD ;
}
#rounded-corner tbody tr:hover td {
	background: #FFF1D9;
}

</style>