

table thead tr {
  background-color: #000000;
  color: white;
}

table tr {
  background-color: white;
}


table {
  width: 100%;
  /*background: white;*/
  margin-bottom: 1.25em;
  /*border: solid 1px #dddddd;*/
  border: 1px solid #000000;
  border-collapse: collapse;
  border-spacing: 0;
}

table tr th,
table tr td {
  padding: 0.4625em 0.525em;
  font-size: 0.775em;
  /*color: #222222;*/
  border: 1px solid #000000;
}

table tr.even,
table tr.alt,
table tr:nth-of-type(even) {
  /*background: #f9f9f9;*/
  background: #ffdd00;
}

