.cw1 {
  --cw:1;
}
.cw2 {
  --cw:2;
}
.cw3 {
  --cw:3;
}
.cw4 {
  --cw:4;
}
.cw5 {
  --cw:5;
}
.cw6 {
  --cw:6;
}
.cw7 {
  --cw:7;
}
.cw8 {
  --cw:8;
}
.cw9 {
  --cw:9;
}
.cw10 {
  --cw:10;
}
.cw11 {
  --cw:11;
}
.cw12 {
  --cw:12;
}
.tariffs table {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}
.tariffs table td, .tariffs table #customers th {
  border: 1px solid #ddd;
  padding: 8px;
}
.tariffs table tr:nth-child(even) {
  background-color: #fff;
}
.tariffs table td.price {
  text-align: right;
}
.tariffs table tr:hover {
  background-color: #ddd;
}
.tariffs table thead td {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: var(--primary);
  color: white;
}
