#establishments {
  height: 423px;
  overflow: auto;
  text-align: left;
}

#establishments ul {
  margin: 0 5px;
  padding: 0 5px;
}

#establishments li {
  list-style-type: none;
}

#meal {
  background: url(../images/plate.png) no-repeat bottom center;
  margin: auto;
  height: 75px;
  padding-bottom: 30px;
  vertical-align: bottom;
}

#nutritionTable {
  background: white;
  border-collapse: collapse;
  color: black;
  height: 100%;
  margin: auto;
  width: 285px;
}

#search {
  background-color: black;
  border: 1px solid #2E2E2E;
  color: white;
  font-size: 10px;
  height: 13px;
  width: 100%;
}

#searchDiv {
  margin: 0 5px;
  padding: 5px;
  text-align: left;
}

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

#searchDiv table ts {
  padding; 0;
}

.itemAdd, .itemSubtract {
  cursor: pointer;
  vertical-align: middle;
}

.itemName {
  cursor: default;
}

li a {
  color: inherit;
  text-decoration: none;
}

li span {
  cursor: pointer;
}