table.menubottom {
  width: 100%;
  margin: 28px 0;
}

table.menubottom td {
  white-space: nowrap;
  text-align: center;
}

table.menubottom td a, table.menubottom td span {
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  padding: 6px 12px;
}

table.menubottom td a:hover, table.menubottom td span {
  background-color: #fff;
  color: #000;
}
