<!-- Table --> 
/* 
padding-top
padding-right
padding-bottom
padding-left

*/
.table {
  border-collapse: collapse;
  border: 1px solid #38160C;
  font: normal 11px tahoma, arial, helvetica, sans-serif;
  color: #F6ECF0;
  background: #e9f5d5;
  border:0;
  }
.table caption {
  text-align: left;
  font: normal 11px tahoma, arial, helvetica, sans-serif;
  background: transparent;
  }
.table td, th {
  border-top: 1px solid #000;
  padding: .8em;
  color: #000;
  background:#e9f5d5;
  }
.table thead th, tfoot th {
  font: bold 11px tahoma, arial, helvetica, sans-serif;
  border: 1px dashed #A85070;;
  text-align: left;
  background: #38160C;
  color: #F6ECF0;
  padding-top:6px;
  }
.table tbody td a {
  
  text-decoration: none;
  color: #000;
  }
.table tbody td a:hover {
  background: transparent;
  color: #000;
  }
.table tbody th a {
  font: normal 11px tahoma, arial, helvetica, sans-serif;
  background: transparent;
  text-decoration: none;
  font-weight:normal;
  color: #F6ECF0;
  }
.table tbody th a:hover {
  background: transparent;
  color: #FFFFFF;
  }
.table tbody th, tbody td {
  vertical-align: top;
  text-align: left;
  }
.table tfoot td {
  border: 1px solid #38160C;
  background: #38160C;
  padding-top:6px;
  }
.odd {
  background: #7B2342;
  }
.table tbody tr:hover {
  color: #FFFFFF;
  }
.table tbody tr:hover th,
.table tbody tr.odd:hover th {

  color: #FFFFFF;
  }
