

.totalWidth {
  width: 1200px;
}

.flexContainer {
  display: flex;
  justify-content: center;
  flex-direction: row;
}

.flex-item {
  padding: 5px;
  margin: auto;
  text-align: center;
}

.boxLabel {
  font-size: 18px;
  text-align: start;
  text-decoration: underline;
}

.peBorder {
  text-align: center;
  font-size: 18px;
  padding: 2px;
  margin: 0px;
  border: 2px solid #e37222;
}

.highlightBorder {
    color: #e37222;
}


span {
  font-family: Serif;

  font-size: 18px
}
