<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.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: 1px;
  margin: 0px;
  border: 2px solid #e37222;
}

.highlightBorder {
    color: #e37222;
}

span {
  font-family: Serif;

  font-size: 20px
}
</pre></body></html>