.prices {
	position: relative;
  max-width: 700px;
  margin: 40px auto;
  padding: 50px;
  font-family: inherit;
	background-color: white;
}

.prices table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 40px;
}

.prices thead th {
  text-align: left;
  font-size: 1.8em;
  color: #816b67;
  padding: 12px 10px;
  border-bottom: 2px solid #816b67;
}

.prices tbody td {
  padding: 10px;
  border-bottom: 1px solid #e0d6d3;
  color: #333;
  font-size: 1.2em;
}

.prices tbody td:first-child {
  width: 65%;
}

.prices tbody td:last-child {
  text-align: right;
  white-space: nowrap;
  font-weight: 600;
  color: #816b67;
}

.prices tbody tr:last-child td {
  border-bottom: none;
}

.prices tbody tr:hover {
  background-color: #f9f5f4;
}

.prices .section-spacer td {
  padding: 6px 0;
  border-bottom: none;
}

.prices .sub-item td:first-child {
  padding-left: 30px;
}

.prices .sub-item td:first-child::before {
  content: "\25CB";
  margin-right: 8px;
  color: #816b67;
}

@media (max-width: 600px) {
  .prices {
    padding: 10px;
  }

  .prices tbody td {
    font-size: 0.9em;
    padding: 8px 6px;
  }

  .prices thead th {
    font-size: 1.2em;
  }
}
