/* add neccessary spaces */
.sidebar {
    padding-left: 5px;
}

/* highlight the book articles */
.sidebar a.book {
    color: blueviolet;
    font-weight: bold;
    font-size: medium;
    text-decoration: underline;
    text-underline-offset: 3px;
}