.minimal-spacing {
  line-height: 220%;
}

ol {
  font-size: 120%;
}

ol li {
  padding-top: 10px;
}

p.nextstep {
  text-align: right;
  padding-top: 1em;
  padding-right: 2em;
  color: #777;
}

p.supplementary {
  color: #789;
}

p.smaller {
  margin-bottom: 0;
  font-size: 100%;
}

span.supplementary {
  font-size: 75%;
  color: #789;
}

span.warning {
  color: #AD2218 !important;
}

@media (min-width: 992px) {

  .mobile-only {
    display: none !important;
  }

}

@media (max-width: 991px) {

  .desktop-only {
    display: none !important;
  }

  .mobile-only {
    font-size: 90%;
    display: inline !important;
  }

  .nextstep {
    padding-bottom: 70px;
  }

  h2 {
    font-weight: bold;
  }

}

.table-no-border {
border: none;
}
