/*body {
  margin: 0;
  padding: 20px;
}

.container {
  max-width: 800px;
  margin: auto;
  background: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}*/

/*h1 {
  text-align: center;
  color: #333;
}*/

.vit-table {
  width: 100%;
  border-collapse: collapse;
}

.vit-th, .vit-td {
  padding: 10px;
  text-align: left;
}


.vit-column {
  float: left;
  width: 33.33%;
}

/* Clear floats after the columns */
.vit-row:after {
  content: "";
  display: table;
  clear: both;
  padding-bottom: 100px;
}

.dish-weight {
  text-align: right;
    white-space: nowrap;
    vertical-align: top;
    color: #F7931E;
    line-height: 18px;
    font-size: 14px;
    font-family: fira-sans, sans-serif;
    font-weight: 600;
}

.dish-price {
  text-align: right;
  white-space: nowrap;
  vertical-align: top;
  letter-spacing: -1px;
  color: #F7931E;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  font-family: fira-sans, sans-serif;
}

.dish-description {
  font-size: 12px;
}

.vit-price {
  width: 980px;
  margin-left: -180px;/*(980 - 620)/2*/
}

.vit-price-section-label {
  padding-top: 20px;
  padding-bottom: 15px;
  font-size: 18px;
    font-family: fira-sans, sans-serif;
    font-weight: 600;
    text-align: center;
        text-transform: uppercase;
            line-height: 34px;

}

.vit-solid {
   border-top: 2px solid #C7B299;
}


.vit-solid-group {
   border-top: 1px solid #C7B299;
   margin-top: 0px;
}


.vit-dish-group {
    color: #3A3A3A;
    font-family: fira-sans, sans-serif;
    font-size: 17px;
    font-style: italic;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 22px;
    text-align: left;
    text-transform: uppercase;
}

.dish-name {
  width: 180px;
}