body {
    font-size: 16px;
}
.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;
}
.highlightW {
    color: #ffffff;
}
.textft {
    font-family: serif;
    background-color: transparent;
    padding: 0;
    margin: 0;
}
span {
	position:relative;
	vertical-align: baseline;
}