/* CSS Document */

table {
font-family:"Gill Sans";
	font-size:18px;
	font-weight:100;
	line-height: 20px;	
	width: 300px;
}

td,th{
padding-right: 20px;	
}

td, th{
border-bottom-style:solid;
border-bottom-width:1px;
border-bottom-color: hsla(38,77%,57%,1.00);	
}

td.bold, th.bold{
font-weight: 500;	
text-align: left;

}