table.form-table tr.error label,
table.form-table tr.error input {
  color: #990000;
}

table.form-table tr.error input,
table.form-table tr.error textarea,
table.form-table tr.error select {
  border-color: #990000;
  border-style: dashed;
}

.striped > tbody > :nth-child(odd).make-it-red,
tr.make-it-red,
a.make-it-red {
  background-color: rgb(250, 100, 100);
}

.vvog-text-danger {
  color: #b32d2e;
  font-weight: 600;
}

.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border: 1px solid #ddd;
}

.column-actief {
  width: 120px !important;
  min-width: 120px !important;
}

.column-afgelast,
.column-lokaleteamcode,
.column-scheids_zelf_regelen,
.column-teamcode,
.column-volgorde {
  width: 8%;
  max-width: 100px;
}

.wp-list-table.wedstrijden .column-matchLabel {
  width: 25%;
}

.wp-list-table.wedstrijden .column-datum {
  width: 11%;
  white-space: nowrap;
}

.wp-list-table.wedstrijden .column-scheids {
  width: 14%;
}

.wp-list-table.wedstrijden .column-actief,
.wp-list-table.wedstrijden .column-afgelast,
.wp-list-table.wedstrijden .column-type {
  width: 7%;
  max-width: 90px;
}

.wp-list-table.wedstrijden .column-uitslag {
  width: 5%;
  max-width: 70px;
}
