.nycrhps-text-content {
  padding: 1em 1em;
  margin-bottom: 80px;
}
@media (min-width: 800px) {
  .nycrhps-text-content {
    padding: 2em 2em;
  }
}
.nycrhps-text-content a {
  color: rgba(183, 28, 28, 1);
}
.nycrhps-text-content a:not(.mdl-button):not(.buy-tickets-link):hover,
.nycrhps-text-content a:not(.mdl-button):not(.buy-tickets-link):focus,
.nycrhps-text-content a:not(.mdl-button):not(.buy-tickets-link):active {
  text-decoration: underline;
}

.nycrhps-text-content a.nycrhps-download-btn {
  text-decoration: none;
  display: block;
  margin: 0 auto;
  height: 3em;
  line-height: 3em;
}

.toc ul {
  border-left: solid 3px #c0ebf1;
  padding-left: 20px;
  line-height: 28px;
}
.toc a {
  font-weight: 400;
  color: #00bcd4;
}
.toc li {
  font-size: 16px;
  list-style: none;
  margin-bottom: 0.125em;
}

@media (max-width: 624px) {
  .toc li {
    margin-bottom: 0.5em;
  }
}

.toc a:hover,
.toc a:focus,
.toc a:active {
  color: rgba(183, 28, 28, 1);
}
