table.menu {
  margin-top: 0.2em;
  margin-bottom: 1em;
  width: 200px;
  border-collapse: separate;
  border-spacing: 2px;
  font-size: 12px;
}

table.menu caption {
  margin-top: 1em;
  text-align: left;
  font-size: 11px;
}

table.menu th,
table.menu td {
  padding: 4px 6px;
}

table.menu th {
  border-bottom: solid 1px #B2B2B2;
  border-right: solid 1px #B2B2B2;
  background: #FAEBD7;
  text-align: center;
  white-space: nowrap;
  font-size: 12px;
}

table.menu td {
  border-bottom: solid 1px #B2B2B2;
  border-right: solid 1px #B2B2B2;
  background: #FFF3F9;
  text-align: left;
  white-space: nowrap;
}