  .icon {
  display: inline-block;
  height: .8em;
  width: auto;
  padding-left: 4px;
  padding-right: 4px;
}

.icon.vegan path,
.icon.vegetarian path {
  fill: #BED600 !important;
}

.icon.gluten path {
  fill: #373634 !important;
}

.spaced {
  margin-top: 8px;
  margin-bottom: 16px;
}

.past {
  color: rgba(77, 79, 83, 0.8);
  text-decoration: line-through;
}

.rightnow {
  color: rgba(196, 81, 20, 1);
}

.today {
  background-color: rgba(77, 79, 83, 0.1);
}

.eventContainer {
  margin: 8px 0 8px 0;
  width: 100%;
  background-color: #000000;
  color: #ffffff;
  border-bottom: 2px solid #000000;
  display: block;
  font-family: "Verlag A", "Verlag B", "Verlag-Book", Helvetica, Arial, sans-serif;
  padding: 1px;
}

.eventDate {
  background: #000911;
  width: 50px;
  height: 50px;
  text-align: center;
  vertical-align: middle;
  float: left;
  font-weight: 400;
  position: relative;
  margin-right: 14px;
  padding-top: 8px;
}

.eventBody {
  margin: 0 24px 16px 64px;
}

span.day {
  font-weight: 600;
  font-size: 1em;
  line-height: 1em;
}

span.month {
  text-transform: uppercase;
  font-weight: 400;
  font-size: .75em;
}

h2.mealtimeHeading {
  width: 100%;
  background-color: rgba(77, 79, 83, 0.1);
  font-size: 1.2em;
  font-weight: 400;
  padding: 8px;
}

h3.eventTitle {
  font-size: 1.5em;
  font-weight: 700;
  margin-top: 12px;
  margin-bottom: 8px;
}

span.item-description {
  font-style: italic;
  display: block;
  line-height: initial;
  font-weight: normal;
  font-size: 90%;
}

div.eventContainer {
  background-color: #000000 !important;
}

div.eventContainer.future {
  opacity: 0.6;
}

div.eventContainer[class*="breakfast"], div.eventContainer[class*="brunch"] {
  background-color: #002244 !important;
}

div.eventContainer[class*="lunch"] {
  background-color: #4D4F53 !important;
}

div.eventContainer[class*="dinner"] {
  background-color: #00685B !important;
}

div.eventContainer[class*="sandwich"] {
  background-color: #91420E !important;
}

.eventContainer:hover {
  opacity: 1 !important;
}

tr th, tr td {
  font-size: 1.0em !important;
  padding: 8px 8px 8px 8px !important;
}


/* Styles for Icon Key Asset */

h3.icon-key-header {
  font-family: "Verlag A", "Verlag B", "Verlag-Book", Helvetica, Arial, sans-serif !important;
  color: #373634;
  font-weight: 400;
  line-height: 1.4em;
  margin-bottom: .75em;
  text-transform: uppercase;
  font-size: 13px;
  font-size: .8125rem;
}

table.dining-icon-key span.icon {
  text-transform: initial;
  font-size: 150%;
  text-align: center;
  vertical-align: middle;
}

@media only screen and (max-width:35em) {
  table.dining-icon-key th,
  table.dining-icon-key td {
    text-align: center;
  }
  table.dining-icon-key span.icon {
    font-size: 300%;
  }
  table.dining-icon-key th:first-child {
    padding-top: 2em;
  }
  table.dining-icon-key td:last-child {
    padding-bottom: 1em;
  }
}