.table
{
  padding: 0;
  margin: 0;
  border-collapse: collapse;
  border: 1px solid #333;
  color: #000;
}
.table caption
{
  caption-side: bottom;
  text-align: left;
  padding: 0.5em 0;
}
.table th, .table td
{
  border: 1px dotted #666;
  padding: 0.5em;
  text-align: left;
}

.table th[scope=col]
{
  color:#6E8B3D;
  border-bottom: 2px solid #333;
  border-right: 2px solid #333;
}

.table th+th[scope=col]
{
  color: #CDBE70;
  border-right: 1px dotted #666;
}

.table th[scope=row]
{
  border-right: 2px solid #333;
}
.table tr.alt th, .table tr.alt td
{
  color: #2a4763;
}
.table tr:hover th[scope=row], .table tr:hover td
{
  color: #B4CDCD;
}

