.fuel-cards-table {
  min-width: 1180px;
}

.fuel-cards-table th:first-child,
.fuel-cards-table td:first-child {
  width: 64px;
}

.fuel-cards-table th:nth-child(2),
.fuel-cards-table td:nth-child(2) {
  width: 150px;
}

.fuel-cards-table th:nth-child(3),
.fuel-cards-table td:nth-child(3) {
  width: 210px;
}

.fuel-cards-table th:nth-child(4),
.fuel-cards-table td:nth-child(4) {
  width: 130px;
}

.fuel-cards-table th:nth-child(5),
.fuel-cards-table td:nth-child(5) {
  width: 340px;
}

.fuel-cards-table th:nth-child(6),
.fuel-cards-table td:nth-child(6) {
  width: 220px;
}

.fuel-cards-table th:nth-child(7),
.fuel-cards-table td:nth-child(7) {
  width: 180px;
}

.fuel-cards-table th:last-child,
.fuel-cards-table td:last-child {
  width: 120px;
}

.fuel-card-holder {
  display: grid;
  grid-template-columns: 120px minmax(180px, 1fr);
  gap: 8px;
  align-items: center;
}

.avtodor-table {
  min-width: 920px;
}

.avtodor-table th:last-child,
.avtodor-table td:last-child {
  width: 140px;
  text-align: right;
}

.platon-table {
  min-width: 1320px;
}

.platon-table th:first-child,
.platon-table td:first-child {
  width: 64px;
}

.platon-table th:nth-child(2),
.platon-table td:nth-child(2) {
  width: 150px;
}

.platon-table th:nth-child(3),
.platon-table td:nth-child(3) {
  width: 130px;
}

.platon-table th:nth-child(n+4),
.platon-table td:nth-child(n+4) {
  width: 150px;
}

.platon-table th:last-child,
.platon-table td:last-child {
  width: 120px;
}

.maintenance-table {
  min-width: 1320px;
}

.maintenance-table th:first-child,
.maintenance-table td:first-child {
  width: 140px;
}

.maintenance-table th:nth-child(2),
.maintenance-table td:nth-child(2) {
  width: 240px;
}

.maintenance-table th:nth-child(3),
.maintenance-table td:nth-child(3),
.maintenance-table th:nth-child(6),
.maintenance-table td:nth-child(6) {
  width: 120px;
}

.maintenance-table th:nth-child(5),
.maintenance-table td:nth-child(5),
.maintenance-table th:nth-child(8),
.maintenance-table td:nth-child(8) {
  width: 260px;
}

.maintenance-table th:last-child,
.maintenance-table td:last-child {
  width: 120px;
}


