.orange {
    background-color: #ff944d;
  }
  .container {
    padding-bottom: 0.5em;
  }
 
  .container > .pure-g [class*="pure-u"] {
    font-family: monospace !important;
  }

  .header {
    text-align: center;
    padding-top: 0.25em;
    padding-bottom: 0.25em;
  }

  .footer {
    left: 0;
    /*bottom: 0;*/
    width: 100%;
    text-align: center;
    background-color: #ff944d;
    padding-bottom: 1em;
    padding-top: 1em;
    font-size: 1em;
  }

  .home-link {
    color: black;
    text-decoration: none;
    font-size: 3em;
    font-family: monospace;
  }

  footer {
    margin-top: 1em;
  }

  .add-print-link {
    text-decoration: none;
    color: #ff944d; 
  }

  .add-print-link .tooltiptext {
    visibility: hidden;
    background-color: black;
    color: #fff;
    font-size: small;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
  }

  .add-print-link:hover .tooltiptext {
    visibility: visible;
  }

  .invisible {
    visibility: hidden;
  }
  .logout {
    font-size: 1em;
    background-color: black;
    color: #ff944d;
    padding: 0.25em;
  }
 
  @media print {
      .noprint {
          visibility: hidden;
      }
  }

  .printer-box {
    padding: 0.5em;
    margin: 0em 0.5em;
    background: #ffdac2;
    border: black;
    position: relative;
}

.filename {
  word-break: break-all;
}

.selected-printer {
  background-color: #ffdac2 !important;
}

.deselected-printer {
  background-color: #bfbfbf;
}

.printer-tab {
  margin-left: 0.25em;
  padding-top: 1em;
  padding-bottom: 1em;
  text-align: center;
  text-decoration: none;
  font-size: large;
  border-top-left-radius: 0.75em;
  border-top-right-radius: 0.75em;
}

.printer-tab:hover {
  background: #ff944d;
}

