body {
  /* font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; */
  /* letter-spacing: 2px; */
  font-family: monospace;
  font-size: 0.875rem; /* 13px; */
  color: #555;
  padding: 1rem;
  margin: 0;
  font-variant-ligatures: none; /* override safari ugly 'fi' rendering */
  line-height: 1.3;

  display: flex;
  flex-direction: column;
  min-width: 100vw;
  min-height: 100vh;
  align-items: center;
  justify-content: center;

  box-sizing: border-box;

}

table {
  margin: 3rem 0;
}

td { padding: 0.5rem 2.5rem; }
td.ticket-link { transform: rotate(-11deg); }

td.ticket-link a {
  text-decoration: none;
  padding-bottom: 2px;
}

td.ticket-link a:visited {
  color: blue;
}

td.ticket-link a:hover,
td.ticket-link a:visited:hover  {
  color: #2da357 !important;
  border-bottom: 1px solid #2da357;
}

p.more-coming {
  letter-spacing: 0.5px;
}

td.location-and-venue {
  display: none;
}

/* SMALL SCREENS */

@media screen and (max-width: 500px) {
  body {
    font-size: 11px;
    justify-content: flex-start;
  }
  td {
    padding: 0.5rem;
  }
  td.ticket-link a:hover {
    color: blue;
    border-bottom: none;
  }
  td.location-and-venue {
    display: table-cell;
  }
  td.location, td.venue { display: none; }
}
