.flex {
  display: flex;
}
.chat {
  display: none!important;
}
.grecaptcha-badge {
  display: none!important;
}
.main-container {
  display: none !important;
}
.has-navbar-fixed-top {
  padding: 0!important;
}
.print-container {
  display: block !important;
  color: #000;
  font-size: 1em;
  line-height: 1.4;
  font-family: 'Montserrat', 'Helvetica Neue', 'Open Sans', Arial, sans-serif;
}
.print-title {
  font-size: 2rem;
  font-weight: 800;
  text-align: center;
  margin: 10px 0;
}
.print-subtitle {
  font-size: 1.5rem;
  font-weight: 400;
  text-align: center;
  font-style: italic;
  margin: 10px 0;
}
.print-footer {
  position: fixed;
  bottom: 0;
  left:0;
  right: 0;
}
.print-image > img {
  margin: 0 auto;
  max-width: 480px;
}
.print-credits {
  font-style: italic;
  margin-top: 10px;
}
.print-caption {
  text-align: center;
}
.print-text-container {
  margin-top: 10px;
  font-family: "Helvetica", Arial, sans-serif;
  font-weight: normal;
}
hr {
  display: block;
  height: 1px;
  border-top: 1px solid #ccc;
  margin: 10px 0;
  padding: 0;
}
.pagebreak {
  page-break-before: always;
  /*page-break-after: always;*/
  /*clear: both;*/
}

.text-black {
  color: black;
}
.row {
  display: flex;
  flex-direction: row;
}
.col {
  display: flex;
  flex-direction: column;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-base {
  font-size: 1rem
}
.text-lg {
  font-size: 1.125rem
}
.text-xl {
  font-size: 1.25rem
}
.text-2xl {
  font-size: 1.75rem
}
.font-semibold {
  font-weight: 600;
}
.font-bold {
  font-weight: bold;
}
