@import url("../fonts/fonts.d815a2efb324.css");
@keyframes pulse {
  0%, 100% {
    background-color: transparent;
  }
  30%, 70% {
    background-color: #F5515E;
  }
}
table {
  line-height: 1.5;
  width: 100%;
  border-spacing: 0;
}
table.large {
  font-size: 21pt;
}
table thead th {
  text-align: left;
}
table tbody th {
  text-align: left;
}
table tbody.sub th {
  font-weight: 600;
  padding-top: 12pt;
  border-bottom: 1px solid white;
}
table tbody tr:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.05);
}

.stock .orb {
  background-color: black;
  width: 0.6em;
  height: 0.6em;
  display: inline-block;
  margin-right: 0.2em;
  margin-bottom: 0.1em;
  border-radius: 1em;
}
.stock .orb.lastfew {
  animation: pulse 1s ease-in-out infinite;
}
.stock .orb.plenty {
  background-color: #2AE28C;
}
.stock .orb.low {
  background-color: #F77F02;
}

.bargraph {
  width: 100%;
  border: 0.15em solid #2AE28C;
  color: #000000;
  height: 2.5em;
  border-radius: 10em;
  overflow: hidden;
  position: relative;
}
.bargraph .bar {
  background: #2AE28C;
  overflow: hidden;
  border-radius: 10em;
  height: inherit;
  text-align: center;
  color: #000730;
}
.bargraph .bar span {
  font-size: 1em;
  line-height: 2.3em;
  overflow: hidden;
}

.screen .bargraph {
  height: 3em;
}
.screen .bar span {
  font-size: 1.5em;
}

.marker {
  background: #123f8b;
  height: inherit;
  text-align: center;
  font-size: 1em;
  border-right: 0.25em solid white;
  position: absolute;
  top: 0;
  left: 0;
}
.marker .remaining {
  background: #123f8b;
}

body {
  box-sizing: border-box;
  margin: 0;
  height: 100vh;
  display: flex;
}

#container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  overflow: hidden;
  color: white;
  font-size: 22pt;
  font-family: "Open Sans", sans-serif;
  background-color: #000730;
  padding: 1em;
  box-sizing: border-box;
}
#container h1, #container h2, #container h3, #container h4, #container h5, #container h6 {
  font-family: "Raleway", sans-serif;
}
#container header {
  display: flex;
  flex-direction: row;
  flex: 2;
  width: 100%;
  text-align: center;
  align-items: center;
  margin-bottom: 0;
}
#container header #logo img {
  width: 12em;
}
#container header #title {
  flex: 1;
  margin: 0;
}
#container header #clock {
  width: 2.5em;
  text-align: right;
  font-size: 48pt;
  margin: 0;
}
#container #content {
  display: flex;
  flex-direction: column;
  flex-grow: 20;
  flex-basis: auto;
}
#container #content h2 {
  margin: 0;
}
#container #page {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 30px;
  flex: 1;
  text-align: center;
  display: flex;
  flex-direction: row;
}
#container #page span {
  flex: 1;
  background-color: rgba(255, 255, 255, 0.5);
  margin-left: 0.5em;
  height: 0.25em;
  transition: background-color 2s;
}
#container #page span:first-child {
  margin-left: 0;
}
#container #page span.current {
  background-color: #2AE28C;
}

.section {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 100%;
}
.section .item p {
  padding: 0;
  margin: 0 0 0.5em 0;
}

.larger {
  font-size: 32pt;
}
.larger li {
  margin-bottom: 1em;
}

/* This is intended to be used when a table has too many rows to fit on the display */
.smaller {
  font-size: 15pt;
}

#title, #content, #page {
  transition: opacity 1s ease-in-out;
}

@media screen and (max-width: 1280px) {
  #logo {
    display: none;
  }
  #clock {
    display: none;
  }
}

/*# sourceMappingURL=display.css.50a3361dfe3c.map */
