.price-table {
  border-collapse: collapse;
  border: 1px solid #ffffff;
}

.price-table td {
  border-collapse: collapse;
  border: 1px solid #ffffff;
  padding: 20px;
}

.price-table thead tr:first-child,
.price-table thead th {
  background: #909090;
  color: #ffffff;
  padding: 10px 20px;
}

.price-table tr:nth-child(1) td {
  background: #a0c4e8;
}

.price-table tr:nth-child(2) td {
  background: #ffffa7;
}

.price-table tr:nth-child(3) td {
  background: #b3d7a7;
}

.price-table tr:nth-child(4) td {
  background: #b3d7a7;
}


.table-panel {
  width: 100%;
}

.price-table td {
  font-size: 18px;
  font-weight: bold;
}

.price-table td.price {
  text-align: center;
}

@media screen and (max-width: 900px) {
  .price-table td,
  .price-table th {
    font-size: 12px;
    line-height: 1.1;
    padding: 5px;
  }

  .table-panel {
    width: 100%;
    overflow-x: scroll;
  }
}
