.page-heading {
  margin-top: 2rem;
}

.page-heading h1 {
  font-size: 30px;
}

.no-schedules {
  margin-top: 50px;
  font-size: 20px;
  font-weight: 700;
}

.schedule-card {
  box-shadow: #0003 0 4px 8px 0;
  border-radius: 3px;
  background-color: var(--mid-grey);
  margin-top: 25px;
}

.schedule-card-header {
  padding: 1.5rem;
  background-color: var(--dark-green);
  color: #fff;
  display: block;
}

.schedule-card-header h2 {
  margin-top: 0;
}

.schedule-card-header a {
  color: #fff;
}

.schedule-card-description {
  padding: 1.5rem;
}

.schedule-shot-description {
  font-size: 16px;
  clear: both;
}

.arrow {
  background: var(--green);
  border-radius: 50%;
  height: 40px;
  width: 40px;
  margin-left: auto;
  display: inline-block;
  float: right;
}

.arrow::after {
  content: "\2192";
  display: block;
  color: white;
  font-weight: 700;
  font-size: 30px;
  text-align: center;
  line-height: 35px;
}

#content-container > .schedule-listing {
  max-width: 70%;
  margin: 0 auto;
}

.nd-nav-tabs > .nd-nav-item.active > .nd-tab-title,
.nd-nav-tabs > .nd-nav-item > .active + .nd-tab-title {
  color: var(--dark-green);
}
