/* Add dotted line below chapter names */

article h3 {
    border-bottom: 2px dotted #CCC;
}

ul {
    list-style-type: none;
}

.post-title {
    display: inline-block;
}

.support {
    font-size: 12px;
}

.logo {
    float: right;
    width: 150px;
}

.logo::after {
    content: "";
    clear: both;
    display: table;
}

ul {
    list-style-type: none;
}