@charset "utf-8";

/* CSS Document */
.flexbox {
  display: flex;
}

.logofont {
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
}

.stable {
  font-size: .75rem !important;
}

.stabletd {
  padding: .5rem 1.25rem !important;
}

.smaller {
  padding: .5rem 0 !important;
}

.textright {
  text-align: right;
}

.lineabove {
  padding-top: 1.25rem;
  padding-bottom: .5rem;
  border-top: 1px solid #a5abb3;
}

.redtext {
  color: #d82c5b;
  font-weight: 700;
  margin: 0;
}

.fontsmall {
  font-size: .75rem;
}