table {
  border-collapse: collapse;
  border: 1px solid #C6641D;
  font: normal 11px arial, helvetica, sans-serif;
  color: #363636;
  background: #FFFFFF;
  }
caption {
  visibility:hidden;
  }
td, th {
  
  padding: .7em;
  }
 td{
 border-bottom: 1px solid #6F7B49;
 color: #363636;
 }
tr th{
	border-bottom: 1px solid #6F7B49;
 	background:#FFDFA4;
	text-align:center;
	font: bold arial, helvetica, sans-serif;
 }
thead th, tfoot th {
  font: bold 12px arial, helvetica, sans-serif;
  text-align: center;
  background: #C6641D;
  color: #FFFFFF;
  padding-top:3px;
  }
tbody th{
  vertical-align: top;
  text-align: center;
  }
tbody td {
  vertical-align: top;
  text-align: left;
  }
tfoot td {
  border: 1px solid #03476F;
  background: #4591AD;
  padding-top:3px;
  color: #FFFFFF;
  }
.odd {
  background: #F9E9C8;
  }