.tbl-gray th {
  background: #DDDDDD;
  border: solid 3px #fff !important;
  padding: 10px;
  border: 5px; }

.tbl-gray td {
  border: solid 3px #fff !important;
  padding: 10px;
  background: #EFEFEF; }

.tbl-white th {
  background: #DDDDDD;
  border: solid 3px #fff !important;
  padding: 10px;
  border: 5px; }

.tbl-white td {
  border: solid 3px #ddd !important;
  padding: 10px;
  background: #FFF; }
