@charset "utf-8";
/* CSS Document */

#rounded-corner{
	font-size:12px;
	width: 99%;

	

	text-align:left;
	border-collapse:collapse;

	}

#rounded-corner thead th.rounded-company{
	background:#f4364c; 
	border-top-left-radius:10px;
	border-top-right-radius:10px;

	}
	
	
#rounded-corner thead th.rounded-q4{
	background:#f4364c; 
	border-top-right-radius:10px; 
	border-top-left-radius:10px;
	
	}
	
#rounded-corner th{
	font-weight:normal;
	font-size:13px;
	color:#fff;
	background:#f4364c;
	padding:8px;
	
	
	}
	

	
#rounded-corner td{
	background:#eeeeee;
	border-top:1px solid #c9cacf;
	color:#669;padding:8px;
	border-right: 1px solid #c9cacf;
	border-left: 1px solid #c9cacf;
	border-bottom: 1px solid #c9cacf;
	
	
	
	}
	
#rounded-corner tfoot td.rounded-foot-left{
	background:#eeeeee; 
	border-bottom-left-radius:10px;
	border-top-right-radius:10px;
	}
	
#rounded-corner tfoot td.rounded-foot-right{
	background:#eeeeee; 
	border-bottom-right-radius:10px;
	}
	
#rounded-corner tbody tr:hover td{
	background:#f4efff;
	
	}