.page-title {
  font-size: 24px;
  margin-bottom: 10px;
}

.updated-date {
  font-style: italic;
  margin-bottom: 20px;
}

.about-title {
  text-align: left;
  font-size: 20px;
  margin-bottom: 10px;
}

.header-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

.header-table tbody {
  vertical-align: top;
}


.header-table th,
.header-table td {
  border: 1px solid #ccc;
  padding: 8px;
  width: 20%;
  word-break: break-word;
}

.header-table th {
  font-weight: bold;
  text-align: left;
}

.header-table td {
  padding: 8px;
  border-left: 1px solid #ccc;
}

.listTable {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

.listTable tbody {
  vertical-align: top;
}

.listTable th,
.listTable td {
  border: 1px solid #ccc;
  padding: 8px;
  width: 50%;
}

.listTable th {
  font-weight: bold;
  text-align: left;
}

.listTable td {
  padding: 8px;
}

.listTable td:first-child {
  font-weight: bold;
}

.text {
  margin-bottom: 20px;
  text-align: left;
}

.textWithHTML {
  margin-bottom: 20px;
  text-align: left;
}

.bold-text {
  font-family: 'SFUITextRegularG2';
  font-weight: bold;
}

@media screen and (max-width: 600px) {
  .header-table th,
  .header-table td,
  .listTable th,
  .listTable td {
    font-size: 14px;
  }
}
