/* Overwrites */
.image.left {
  float: left;
  margin: 0 1.0rem 1.0rem 0;
  top: 0.25rem;
}

table tbody tr:nth-child(2n + 1) {
  background-color: rgba(144, 184, 144, 0.1);
}

#container01>.wrapper>.inner> :nth-child(1) {
  /* width: calc(55% + 2rem); */
  text-align: center;
}

.ai-box-label {
  text-transform: uppercase;
  font-size: 0.75em;
  font-weight: 600;
  color: grey;
}

.ai-box-data {
  text-transform: uppercase;
  font-size: 2em;
  font-weight: 800;
  color: #447044;
}

/* PCH-nav */
a.pch-nav {
  border-bottom: 0;
  display: inline-block;
  position: relative;
}

a.pch-nav .label {
  display: none;
}

a.pch-nav:before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  position: relative;
}

.f-caption {
  font-size: 2em;
  font-family: 'Saira', sans-serif;
  font-weight: 800;
  color: white;
}

.version {
  padding-top: 1.5rem;
  font-size: 0.8rem;
  font-weight: 200;
  color: #888;
}