.article h3 {
    font-size: 18px;
    color: #3657dc;
}

.article h4 {
    font-size: 16px;
    color: #3657dc;
    font-style: normal;
}

code {
    font-weight: 800;
}

ul {
#     list-style: square;
}

.article ul > li:before {
    content: ">";
    display:block;
    float:left;
    font-family:Icon;
    font-size:16px;
    width:1.2em;
    margin-left:-1.2em;
    vertical-align:-.1em
}