﻿body {
  border: 1px solid cornflowerblue;
  border-radius: 5px;
  height: calc(100% - 5px);
}
body .styled-select select {
  background: transparent;
  width: 268px;
  padding: 5px;
  font-size: 16px;
  line-height: 1;
  border: 0;
  border-radius: 0;
  height: 34px;
  -webkit-appearance: none;
}
body .error-div {
  border: 2px solid;
  border-radius: 10px;
  align-content: center;
  padding: 15px;
}
body .error-div.error-level-1 {
  color: slategrey;
}
body .error-div.error-level-2 {
  color: cornflowerblue;
}
body .error-div.error-level-3 {
  color: darkorange;
}
body .error-div.error-level-4 {
  color: darkred;
}
body .error-div.error-level-5 {
  color: darkred;
  font-size: xx-large;
}
body .error-div > .error-caption {
  display: inline-block;
  font: larger;
}
body .counting-item-div {
  position: relative;
  height: calc(100% - 5px);
  width: calc(100% - 6px);
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
  background-color: rgba(169, 169, 169, 0.5215686275);
}
body .counting-item-div > .count-display-div {
  background-color: white;
  position: relative;
  height: calc(100% - 5px);
  width: calc(100% - 6px);
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
}
body .counting-item-div > .count-display-div > .item-description {
  text-align: center;
  font-weight: bold;
  font-size: 1.75em;
  padding-bottom: 5px;
  border-radius: 5px;
  border: 1px solid lightgrey;
}
body .counting-item-div > .count-display-div > .item-description > .small {
  text-align: left;
  font-size: 0.5em;
}

@media (min-width: 1260px) {
  body {
    border: unset !important;
    border-radius: 0px;
    height: 100%;
  }
}
