.container {
  width: 100%;
  font-family: 'PFont-Regular', 'Courier New', monospace;
  font-size: 10px;
  background-color: #ffffff;
}

.title {
  text-align: center;
  font-family: 'PFont-Bold';
  margin-bottom: 0em;
}

.separator {
  border-bottom: 1px dashed black;
  margin: 0;
  margin-bottom: 0em;
}

.columns {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0em;
}

.message {
  font-family: 'PFont-Light';
  text-align: center;
}

.columnSeparator {
  margin-left: 4px;
  padding-left: 4px;
  margin-bottom: 0em;
}

.columnItem {
  display: inline-block;
  text-align: center;
  width: calc(100% / 3);
  word-wrap: break-word;
  margin-bottom: 0em;
}

.columnHeader {
  align-items: center;
  display: flex;
  display: inline-block;
  justify-content: center;
  margin-left: 4px;
  padding-left: 4px;
  text-align: center;
  width: calc(100% / 3);
  word-wrap: break-word;
  margin-bottom: 0em;
}

.logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0em;
}

.subColumns {
  display: flex;
  flex-direction: column;
  margin-left: .0em;
  margin-bottom: 0em;
}

.subColumnItem {
  font-style: italic;
}

.label {
  margin: 5px 0;
}