#featured-dishes {
  background-color: #f2c9c9;
  padding: 10px 20px 10px 20px;
  border-radius: 5px;
}


#featured-dishes p {
  color: #6b5555;
  font-size: 1.1em;
}

#featured-dishes ul {
  list-style-type: none;
  padding: 0;
}

#featured-dishes li {
  padding: 0 5px 0 5px;
  margin-bottom: 10px;
  border-radius: 5px;
  font-size: 1.1em
}

#featured-dishes li:nth-child(even) strong {
  color: #6b5555;
}

#featured-dishes li:nth-child(odd) strong {
  color: #654343;
}

#location-table {
  width: 100%;
  margin-top: 20px;
}

table {
  border-collapse: collapse;
  width: 100%;
}

table th, table td {
  padding: 10px;
  text-align: left;
  
}

table th {
  border: 2px solid #6b5555;
  background-color: #f2c9c9;
}

table td {
  border: 2px dashed #6b5555;
  background-color: #fbfcee;
}

table caption {
  caption-side: top;
  font-size: 1.1em;
  font-weight: bold;
  color: #6b5555;
  margin-bottom: 10px;
}

#reviews {
  margin-top: 20px;
}

#reviews img {
  width: 100%;
  max-width: 400px;
  height: auto;
  display: block;
  margin: 10px auto;
}

  #reviews blockquote {
    font-style: italic;
    color: #6b5555;
    text-align: center;
    margin: 20px auto;
    max-width: 500px;
  }


  #reviews cite {
    display: block;
    margin-top: 10px;
    font-size: 0.9em;
    font-weight: bold;
    color: #654343;
  }
