  body {
    background-color: #eee;
    color: #000;
  }

  h2 {
    font-size: 2rem;
    font-weight: 500;
    display: inline-block;
  }

  .monthly-price-charts {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }

  .column.panel {
    border-radius: 15px;
    padding: 20px;
    background-color: white;
  }

  .column.left-small-panel {
    margin-right: 10px;
  }

  .column.wide-panel {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  table.prices {
    border-collapse: collapse
  }

  table.prices td,
  table.prices th {
    padding: 0.5rem;
    text-align: center;
    border: 1px solid #ccc;
    font-size: 1.3rem;
    font-weight: normal;
  }

  caption {
    font-size: 1.6rem;
    margin-bottom: 1rem;
    text-align: left;
  }

  caption strong {
    font-size: 2rem;
  }

  strong {
    font-weight: 500;
  }

  div.scrollable-table {
    overflow-x: scroll;
    width: 100%;
  }

  dt {
    font-weight: 500;
  }
