<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.totalWidth {
  width: 1450px;
}

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

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

table, th, thead {
  border-collapse: collapse;
  text-align: center;
  padding: 5px;
}

td {
  padding: 5px;
}
</pre></body></html>