span.follow:after, span.unfollow:after {
    position: relative;
    vertical-align: top;
    top: -2px;
}

span.follow:after, span.unfollow:hover:after {
    content: "\2610";
}

span.unfollow:after, span.follow:hover:after {
    content: "\2611";
}

span.follow, span.unfollow {
    float: left;
    cursor: pointer;
    font-size: 18pt;
    padding-right: 10px;
    line-height: 100%;
}

#followed-categories, #not-followed-categories {
    list-style: none;
    padding-left: 0;
}

#followed-categories li, #not-followed-categories li {
    line-height: 18pt;
    vertical-align: baseline;
}

#followed-categories li:nth-child(even), #not-followed-categories li:nth-child(even) {
    background-color: #f2f2f2
}

.herald-sidebar-right li#text-23 {
    display: none;
}
