.table_menu {
  font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
  border-collapse: collapse;
  color: #686461;
}
.table_menu caption {
  padding: 1px;
  color: white;
  background: #8FD4C1;
  font-size: 18px;
  text-align: left;
  font-weight: bold;
}
.table_menu th {
  border-bottom: 3px solid #B9B29F;
  padding: 1px;
  text-align: left;
}
.table_menu td {
  padding: 1px;
}
.table_menu tr:nth-child(odd) {
  background: white;
}
.table_menu tr:nth-child(even) {
  background: #E8E6D1;
}