/* Container per location */
.location {
    margin-bottom: 14px;   /* space between locations */
}

/* Location title */
.location .title {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 0px;
}

/* Service hours list */
.serviceHours {
    list-style: none;      /* remove bullets */
	margin: 0;
    padding-left: 0;
}

#serviceHoursContainer ul li {
    margin-left: 10px;
}

/* Each hour row */
.serviceHours li {
    line-height: 1.2;
    margin: 2px 0 2px 10px;;         /* tighten spacing */
    font-size: 14px;
}

/* Optional closed style (instead of inline) */
.serviceHours li.closed {
    color: #ccc;
    font-style: italic;
}

.meal-title {
  list-style: none;   /* remove bullet */
  font-weight: bold;
  margin: 0px 0 0 10px;
  padding-top: 4px;
}
.serviceHours .meal-time{
	padding-left:6px;
}