.icon {
    position: absolute;
    left: 4px;
    top: -40px;
}
.cell {
    position: absolute;
    left: 140px;
    top: -40px;
}
td {
  padding: 2px;
  text-align: left;
  vertical-align: top;
}

.title {
  font-size: 15px;
  line-height: 13px;
  font-weight: bold;
}
.title.right {
    color: rgb(64, 64, 64);
}
.question {
  font-size: 11px;
  font-weight: bold;
}
.answer {
  font-size: 11px;
  text-align: justify;
}
.section {
  font-size: 13px;
  font-weight: bold;

}
.space {
  height: 8px;
}
#about  {
  width: 512px;
  margin: 8px;
  color: rgb(0, 0, 0);
}
.space {
  height: 8px;
}


