td {
  font-size: 16px;
}

#id-edit, #id-, #id-wines {
  display: none;
}

#box .show-more:checked + .more {
  display: block;
}

.utility-rightbox {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-right: 2rem;
}

body {
  padding: 0 2em;
  font-family: Montserrat, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  color: #000;
  background: #b0c4de;
}

.icon {
  font-size: 2em;
}

h1 {
  font-weight: normal;
  letter-spacing: -1px;
  color: #34495E;
}

.table.is-rounded {
  border-radius: 12px; /* Adjust the roundness */
}

.navbar.is-rounded {
  border-radius: 12px;
}

.field.custom-width {
  max-width: 300px;
}

.input.is-rounded {
  border-radius: 5px;
}

.rwd-table {
  background: #34495E;
  color: #fff;
  border-radius: 0.4em;
  overflow: hidden;
}
.rwd-table tr {
  border-color: rgb(64.9643835616, 91.2, 117.4356164384);
}
.rwd-table th, .rwd-table td {
  margin: 0.5em 1em;
}
@media (min-width: 480px) {
  .rwd-table th, .rwd-table td {
    padding: 1em !important;
  }
}
.rwd-table th, .rwd-table td:before {
  color: #dd5;
}
