html,
body {
  background: #ccc;
  color: rgba(0,0,0,0.7);
  font: 16px "Lucida Grande", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
}

h1 {
  color: #000000;
  font-size: 2.2em;
  margin: 0 0 1rem 0;
}
h2 {
  margin: 0 0 1rem 0;
}
p {
  line-height: 1.5em;
  margin: 0 0 1rem 0;
  vertical-align: middle;
}
ul {
  list-style: square;
  margin: 0 0 1rem 0;
  padding: 0 0 0 1.2rem;
}
ul > li {
  margin: 0 0 0.5rem 0;
}
a {
  color: #fc6d0f;
}
.button {
  background: #0e84ed;
  border: none;
  border-radius: 4px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.3);
  color: #fff;
  cursor: pointer;
  font: 1.5em "Lucida Grande", Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 3px;
  outline: 0;
  padding: 0.5rem 2rem;
  text-transform: uppercase;
  transition: transform 0.4s ease-out;
}
.button:hover,
.button:focus {
  transform: scale(1.05);
}
.icon {
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
  height: 1.2rem;
  margin: 0 0.5rem;
  width: 1.2rem;
}
.clock {
  background-image: url("./clock.svg");
}
.pin {
  background-image: url("./pin.svg");
}
.button:active {
  transform: scale(0.95);
}
.page-header,
.page-footer {
  display: block;
  margin: 0 auto;
  max-width: 500px;
  width: 100%;
}
.page-footer {
  text-align: center;
}
.terms-of-use {
  display: block;
  margin: 0 auto;
  max-height: 0;
  max-width: 600px;
  overflow: hidden;
  padding: 0 1rem;
  text-align: left;
  transition: max-height 1s ease-out;
}
.terms-of-use.active {
  max-height: 2000px
}
.promo {
  background: #fec79a;
  box-shadow: 0 12px 48px rgba(0,0,0,0.1);
  display: block;
  margin: 1rem auto 0 auto;
  max-width: 500px;
  padding-bottom: 1rem;
  position: relative;
  text-align: left;
  width: 100%;
}
.promo-heading {
  background-color: #000000;
  background-image: linear-gradient(#f06d01, #fec79a);
  color: #fff;
  font-size: 2em;
  padding: 2rem 0 4rem 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  z-index: 1;
}
.promo-listings {
  box-sizing: border-box;
  list-style: none;
  color: rgba(0,0,0,0.8);
  margin: -3.5rem 0 0 0;
  padding: 0 1rem;
  position: relative;
  width: 100%;
  z-index: 2;
}
.promo-listings > li {
  background: #fff;
  box-shadow: 0 20px 40px rgba(0,0,0,0.1);
  display: block;
  margin-bottom: 1.5rem;
  padding: 1.5rem 1.5rem 1.5rem 1.5rem;
}
.promo-listings .time {
  color: #f06d01;
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 0.2rem;
}
.promo-listings .label {
  color: #665449;
  font-size: 0.85em;
  font-weight: 600;
  margin: 1.5rem 0 0.25rem 0;
}
.promo-listings .detail {
  font-size: 0.95em;
}
.promo-listings h2 {
  color: #000000;
  font-size: 1.3em;
}
.promo-listings p {
  color: rgba(0,0,0,0.75);
}
.promo-listings-meta {
  list-style: none;
  margin: 0 0 1.5rem 0;
  padding: 0;
}
.promo-listings-meta > li {
  border-right: 1px solid rgba(0,0,0,0.2);
  color: rgba(0,0,0,0.7);
  display: inline-block;
  font-size: 0.95em;
  padding: 0 0.5rem;
}
.promo-listings-meta > li:first-of-type {
  padding-left: 0;
}
.promo-listings-meta > li:last-of-type {
  border-right: none;
}
@media screen and (min-width: 400px) {
  .promo-listings {
    padding: 0 2rem;
  }
  .promo-listings-content {
    padding: 1rem;
  }
}

#connectivity {
  margin-top:1em;
}

#terms-of-use-link {
  color: #000;
}

td {padding:3px 10px;}
tr {min-height: 2em;}
tr:nth-child(even) {
  background-color: #CCC;
}
td:first-child {
  text-align: center;
  font-weight: bold;
}
.food {
  /* light green */
  background-color: #90EE90;
}
.crafts, .business, .direct-sales {
  /* light blue */
  background-color: #ADD8E6;
}
.kids, .performers {
  /* light orange */
  background-color: #FFDAB9;
}
.non-profit, .religious, .political, .civic, .township, .sponsor {
  /* light purple */
  background-color: #d8b6ff;
}