#content a {
  color: #b2c90c;
  text-decoration: None;
  border-bottom: 0.2rem solid #b2c90c;
  font-size: 1.8rem;
}

#content a.invoice-link {
  font-size: 1.2rem;
}

#content a.invoice-link span.icon {
  width: 1.2rem;
}

.main-title h1 {
  font-size: 3.5rem;
  font-weight: 700;
}
.main-title p {
  margin-top: 0;
  color: #868686;
}

.main-title h3, .main-title h2 {
  color: #b2c90c;
}

.main-title h3 {
  font-size: 2rem;
  margin-bottom: 0;
}

.main-title h2 {
  font-size: 2.5rem;
  margin-top: 0;
  margin-bottom: 0;
}

.main-title p.date {
  margin-top: 0;
}

.lockers .locker {
  font-size: 1.5rem;
}

.lockers .locker h5 {
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
  color: #b2c90c;
  margin-bottom: 0.5rem;
}

.lockers .locker div {
  margin-bottom: 0.5rem;
}

.other-details {
  margin-top: 4rem;
}

.other-details p.release {
  font-size: 1rem;
}

.other-details h2, .other-details h4 {
  width: 100%;
  margin-top: 0;
  margin-bottom: 1rem;
}

.other-details h2 {
  font-weight: 300;
  letter-spacing: 0.2rem;
}

.other-details h4 span.small {
  color: #a5a5a5;
  font-size: 1.2rem;
}

.other-details a {
  font-size: 1.5rem !important;
}

.other-details h4 a {
  font-size: 1.5rem !important;
}

ol > li {
  margin-bottom: 2rem;
}

ol li p {
  font-size: 1rem;
  line-height: 1rem;
  margin: 0;
  padding-top: 0.5rem;
}

ol li ul {
  padding-left: 2rem;
  padding-top: 0.5rem;
}

.terms ul {
  margin-bottom: 4rem;
}

.terms ul li {
  margin-bottom: 1.5rem;
}

.terms table {
  margin-bottom: 4rem;
}

.terms table td,
.terms table th {
  vertical-align: middle;
  padding: 0.5rem;
}

.terms table td {
  text-align: right;
}


dl dd {
  margin-bottom: 2rem;
}