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

table {
font-family:"Gill Sans";
	font-size:20px;
	font-weight:100;
	line-height: 20px;	
	width: 100%;
	margin-bottom: 50px;
}

td {
width: 200px;	
}

td,th{
	padding-left: 5px;
padding-right: 5px;	
}

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

th{
font-weight: 500;	
text-align: left;
letter-spacing: .1em;
padding-top:20px;
padding-bottom: 10px;
}

.bg {
background-color:hsla(38,76%,57%,.2);
}

tr.long{
	font-size: 16px;
}
