
.size-chart {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #001a3d;
}

.size-chart th,
.size-chart td {
  height: 38px;
  padding: 0 12px;
  text-align: center;
  vertical-align: middle;
  border: 2px solid #ffffff;
}

.size-chart thead th {
  background-color: #c5c7ca;
  font-weight: 700;
}

.size-chart tbody tr:nth-child(odd) td {
  background-color: #f1f2f3;
}

.size-chart tbody tr:nth-child(even) td {
  background-color: #dddde0;
}

.size-chart tbody td:first-child,
.size-chart tbody td:nth-child(2) {
  font-weight: 700;
}
