body {
  background-color: #ffc95f;
}

.address {
  font-weight: bold;
}
th {
  background-color: #efefef;
}
table,
th,
td {
  table-layout: fixed;
  border: 1px solid #bbb;
}

tbody tr:nth-child(even) {
  background-color: #bcbcbc;
}

.beer {
  background-color: #ffff99;
  width: 40%;
}

.bars {
  background-color: #80ccff;
  width: 400px;
}

.bars > ul > li:nth-child(even) {
  background-color: #003d66;
  color: #f34f4f;
}
.books {
  background-color: #ffccff;
  width: 400px;
}