table.paleBlueRows {
  font-family: Arial, Helvetica, sans-serif;
  height: 100%;
  text-align: center;
}

table.paleBlueRows td,
table.paleBlueRows th {
  padding: 3px 6px;
}

table.paleBlueRows tbody td {
  font-size: 13px;
}

table.paleBlueRows tr:nth-child(even) {
  background: #E0E2E0;
}

table.paleBlueRows thead {
  background: #C4C4C4;
  border-bottom: 5px solid #FFFFFF;
}

table.paleBlueRows thead th {
  font-size: 17px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
}

table.paleBlueRows tfoot td {
  font-size: 14px;
}

table.einsatzeinzeltable {
  font-family: Arial, Helvetica, sans-serif;
  border: 0 !important;
  text-align: center;
}

table.einsatzeinzeltable a {
  color: var(--zakra-color-1);
}

table.einsatzeinzeltable td,
table.einsatzeinzeltable th {
  border: 0 !important;
}

table.einsatzeinzeltable tbody td {
  border: 0 !important;
}

table.einsatzeinzeltable tr:nth-child(even) {
  border: 0 !important;
}

table.einsatzeinzeltable thead {
  border: 0 !important;
}

table.einsatzeinzeltable thead th {
  border: 0 !important;
}

table.einsatzeinzeltable tfoot td {
  border: 0 !important;
}

.yearbtn {
  margin: 5px 0px !important;
}

fieldset {
  border: 0px solid #c0c0c0 !important;
}

.einsatze-content {
  margin-top: 20px;
  margin-bottom: 20px;
  width: auto;
}


.fahrzeugetable {
  width: fit-content;
  margin-bottom: 20px;
  border: none;
}

.fahrzeugetable td {
  border: none;
}

.fahrzeugetable td a {
  color: var(--zakra-color-1);
}