table.cool {
  border-collapse: collapse;
  border: 1px solid #38160C;
  font: normal 11px verdana, arial, helvetica, sans-serif;
  color: #F6ECF0;
  background: #2f012e;
  }
caption.cool {
  text-align: left;
  font: normal 11px verdana, arial, helvetica, sans-serif;
  background: transparent;
  }
td.cool, th.cool {
  border: 1px dashed #B85A7C;
  padding: .8em;
  color: #F6ECF0;
  }
thead th.cool, tfoot th.cool {
  font: bold 11px verdana, arial, helvetica, sans-serif;
  border: 1px solid #A85070;;
  text-align: left;
  background: #38160C;
  color: #F6ECF0;
  padding-top:6px;
  }
tbody td a.cool {
  background: transparent;
  text-decoration: none;
  color: #F6ECF0;
  }
tbody td a.cool:hover {
  background: transparent;
  color: #FFFFFF;
  }
tbody th a.cool {
  font: normal 11px verdana, arial, helvetica, sans-serif;
  background: transparent;
  text-decoration: none;
  font-weight:normal;
  color: #F6ECF0;
  }
tbody th a.cool:hover {
  background: transparent;
  color: #FFFFFF;
  }
tbody th.cool, tbody td.cool {
  vertical-align: top;
  text-align: left;
  }
tfoot td.cool {
  border: 1px solid #38160C;
  background: #38160C;
  padding-top:6px;
  }
.odd {
  background: #762473;
  }
