.tablepress thead th {
  background-color: #ffffff;
  color: #6b6b6b;
  padding-bottom: 13px;
}

.tablepress .even td {
  background-color: #f3f3f3;
}

.tablepress .row-hover tr:hover td {
  background-color: #f3f3f3;
}

.tablepress .odd td {
  background-color: #f3f3f3;
}

.tablepress th {
  padding: 17px;
}

table tr:first-child td {
  padding-top: 31px;
}

.wpcf7-form-control.wpcf7-submit {
  background-color: #ffffff;
  border-width: 3px;
  border-style: solid;
  font-weight: 600;
}

.tablepress tbody tr:first-child td {
  padding-top: 55px;
}





.container {
  background-color: #ffffff;
}