html {
  height: 100%; }

body {
  padding: 0;
  margin: 0;
  height: 100%; }

@media print {
  #root {
    display: none; } }

.allPrints {
  display: none;
  padding-top: 15px; }
  @media print {
    .allPrints {
      display: block; } }
  .allPrints * {
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif !important;
    color: #000 !important;
    font-size: 12px !important;
    padding: 0 !important;
    margin: 0 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    height: auto !important;
    line-height: normal !important;
    float: none !important;
    display: block !important;
    border: none !important;
    font-weight: 400 !important;
    position: relative !important;
    text-align: left !important;
    min-height: auto !important;
    max-height: none !important;
    min-width: auto !important;
    max-width: none !important;
    background: none !important; }
  .allPrints button, .allPrints svg, .allPrints a {
    display: none !important; }
  .allPrints span {
    display: inline !important; }
  .allPrints h5, .allPrints h6 {
    margin-top: 10px !important;
    font-weight: 600 !important; }
  .allPrints h5 span, .allPrints h6 span {
    font-weight: 600 !important; }
  .allPrints table {
    line-height: 1.2 !important;
    margin-top: 10px !important;
    display: table !important; }
    .allPrints table tr {
      display: table-row !important; }
    .allPrints table td, .allPrints table th {
      padding: 8px !important;
      border-bottom: 1px solid #ddd !important;
      font-size: 11px !important;
      display: table-cell !important; }
    .allPrints table th {
      font-weight: bold !important;
      font-size: 14px !important; }
  .allPrints img {
    width: 325px !important; }

.listItemHighlight {
  border-style: dashed !important;
  border-color: #000 !important; }

.baseOut {
  background: url(/0792f59294559e866cf5f0b78e844fb0.jpg) no-repeat center center fixed;
  background-size: cover; }

