body
{
  background-color: #ffffff;
  color: #000000;
  margin: 0;
  padding: 10px;
}

.waivertable
{
}

.waivertable table
{
  border-collapse: collapse;
  empty-cells: show;
  border-left: 1px solid #000000;
  border-top: 1px solid #000000;
  margin: 10px auto 10px auto;
}

.waivertable td
{
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  text-align: center;
  padding: 10px;
  height: 30px;
}

.waivertable th
{
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  text-align: center;
  padding: 10px;
  height: 30px;
}


