div#commData.maclaren_alexander > h2 {
    margin-bottom: 20px;    
}
div#commData.maclaren_alexander p.quote {
    margin-left: 2.2em;
    margin-top: 1.1em;
}
div#commData.maclaren_alexander p.indent-2-3 {
    margin-left: 2.3em;
}
div#commData.maclaren_alexander ol {
    font-size: unset;
}

div#commData.maclaren_alexander ol.lower-alpha-paren {
    counter-reset: lower-alpha-list;
}
div#commData.maclaren_alexander ol.lower-alpha-paren > li {
    list-style: none;
    position: relative;
    margin-left: 20px;
}
div#commData.maclaren_alexander ol.lower-alpha-paren > li:before {
    display: inline-block;
    width: 7px;
    position: absolute;
    left: -25px;
    content: "(" counter(lower-alpha-list, lower-alpha) ") ";
    counter-increment: lower-alpha-list;
}

#commData.maclaren_alexander p:last-child {
    margin-bottom: 1.1em;
}

#commData.maclaren_alexander blockquote p:last-child {
    margin-bottom: 0;
}