div.about {
    max-width: 850px;
    margin: 0 auto;
    text-align: justify;
    text-justify: inter-word;
}
.about h1, h2, h3 {text-align: left;}
.about h2 {font-size: 30px;}
.about h3 {font-size: 24px;}
.about h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
.about p {
    font-size: 15px;
    margin: 0 0 10px;
}
.about p, ol > li {margin: 0.4em 0 0.4em 0;}
.about mark {background-color: #ff94a5;}

.about img {
    width: 100%;
    height: 100%;
    max-height: 169px;
}
.divTable {display: table;}
.divTableBody {display: table-row-group;}
.divTableRow {display: table-row;}
.divTableCell {
    font-size: 15px;
    display: table-cell;
    border: 1px solid #7d817e;
    padding: 0.1em 1em 0.1em 1em;
}
.divTable + p {
    margin-top: 12px
}
