.content h1 {
    font-size: 28px;
}
.content ol {
    list-style: none;
}
.content ol li {
    margin-top: 0.25em;
    margin-bottom: 0.25em;
}
.content > ol {
    padding-left: 0;
}
.content > ol > li {
    margin-top: 24px;
    margin-bottom: 24px;
}
.content > ol > li:first-child {
    padding-top: 0;
    border-top-width: 0;
}
.content > ol > li > a {
    display: block;
    position: relative;
    padding: 8px 0 8px 16px;
    font-size: 18px;
    font-weight: bold;
    color: #474747;
    background-color: #f0f0f0;
    text-decoration: none;
}
.content > ol > li > a::after {
    content: "\00bb";
    position: absolute;
    top: 50%;
    right: 20px;
    line-height: 1;
    margin-top: -9px;
    color: #999;
}
.content > ol > li > a:hover {
    background-color: #e2e2e2;
}
