.site-bg { background-color: #ffffff; }

.site-img {
  position: absolute;
  top: -140px;
  left: -30px;
  z-index: 0;
}

.site-img-cell { width: 50%; }

.site-img-cell-alt { height: 90px; }

.flag-img-cell {
  text-align: left;
  vertical-align: bottom;
  width: 50%;
}

.table {
  border-spacing: 0;
  left: 0;
  position: absolute;
  top: 80px;
  width: 100%;
  z-index: 2;
}

.label {
  background-color: #FAEA1F;
  color: #000080;
  font-family: Arial;
  font-size: 13px;
  font-weight: bold;
  height: 18px;
  padding: 0 .5em 1em .5em;
  text-align: right;
  vertical-align: top;
  width: 20%;
}

.label-top { padding-top: 1em; }

.label-tall { height: 200px; }

.spacer {
  padding: .5em .5em .5em 1em;
  text-align: right;
  width: 3%;
}

.info {
  color: #000080;
  font-family: Arial;
  font-size: 13px;
  height: 18px;
  padding: 0 .5em 1em .5em;
  text-align: left;
  vertical-align: top;
  width: 27%;
}

.info-top { padding-top: 1em; }

.info-wide { width: 77%; }

.auth {
  vertical-align: top;
  width: 50%;
}

.auth-table {
  border-collapse: collapse;
  width: 220px;
}

.auth-cell {
  background-color: #FFFFB3;
  border: 2px solid black;
  font-family: Arial;
  font-size: 13px;
  padding: 1.25em 1em;
  text-align: center;
}

.button {
  background-color: #efefef;
  border: 1px solid #767676;
  border-radius: .2em;
  box-sizing: border-box;
  color: black;
  cursor: pointer;
  display: inline-block;
  padding: .125em .5em;
  text-align: center;
  text-decoration: none;
}

.button:hover { background-color: #e6e6e6; }

.button:active { background-color: #f2f2f2; }

.construction-bg { background-color: #ffff00; }

.alert {
  color: red;
  font-weight: bold;
}

.op-list { padding-inline-start: 20px; }

.list { margin: 0; }

.required { color: red; }

.inclement-weather {
  padding: 1em;
  color: red;
  font-weight: bold;
}

