body {
  margin: 0;
  line-height: 1.6;
  margin: 12px 18px;
  background: #eeeeee;
  font-size: 13px;
  font-family: Arial, sans-serif;
}

.title {
  color: #333;
  text-align: center;
  font-size: 15px;
  margin-top: 8px;
  font-weight: 600;
  line-height: 2;
}

p {
  color: #666;
  margin: 8px 0;
}

a {
  color: #136ec2;
  font-weight: 500;
}

p.highlight {
  color: #cf4231;
  font-weight: 500;
}

.sub-title {
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  margin: 0 0 8px 0;
  padding: 6px 0 6px 0;
  border-bottom: #ccc 1px solid;
}

.content {
  margin: 8px 0;
}

.content.red {
  color: #cf4231;
}

.content .blue {
  color: #136ec2;
  font-weight: 600;
}

.content.right {
  text-align: right;
}

.content .highlight {
  color: #cf4231;
  font-weight: 600;
}

.content table {
  width: 100%;
  font-size: 12px;
  border-width: 0px;
  margin: 0;
  border-collapse: collapse;
}

.content table tr {
  border: 1px #ccc solid;
}

.content table tr th,
.content table tr td {
  padding: 4px;
  font-weight: normal;
  border: 1px #ccc solid;
}

.content table.bold tr th,
.content table.bold tr td {
  font-weight: 600;
}

.content table tr th.center,
.content table tr td.center {
  text-align: center;
}

.content table tr th.col-20,
.content table tr td.col-20 {
  width: calc(18vw - 24px);
}

.content table tr th.col-25,
.content table tr td.col-25 {
  width: calc(22.5vw - 24px);
}

.content table tr th.col-33,
.content table tr td.col-33 {
  width: calc(30vw - 24px);
}

.content table tr th.col-50,
.content table tr td.col-50 {
  width: calc(45vw - 24px);
}

.content table tr th.col-66,
.content table tr td.col-66 {
  width: calc(60vw - 24px);
}

.content table tr th.col-80,
.content table tr td.col-80 {
  width: calc(72vw - 24px);
}

.content ul {
  margin: 4px 0;
  list-style: none;
  padding-left: 2px;
}

.content ul.bold {
  font-weight: 600;
}

.content ul.list {
  padding-left: 24px;
  list-style: square;
}

.content ul.list li.bold {
  list-style: none;
  font-weight: 600;
  margin: 8px 0 4px -24px;
}
