.c-forum-active-topics {
    list-style-type: none;
}

.c-forum-active-topics li {
    margin: 0;
}

.c-forum-active-topics__seperator:before {
    content: " -";

}


.c-forum-latest-posts {
    list-style-type: none;
}

.c-forum-latest-posts li {
    margin: 0;
}

.c-forum-latest-posts a {
    display: block;
    text-decoration: none;
    margin: 0 0 15px 0;
    padding: 15px;
    border: 2px solid #eee;
    color: inherit;
}

.c-forum-latest-posts a:hover, .c-forum-latest-posts a:focus {
    text-decoration: none;
    background-color: #eee;
}

.c-forum-latest-posts__author, .c-forum-latest-posts__date {
    display: block;
}

.c-forum-latest-posts__author {
    font-weight: bold;
}

.c-forum-latest-posts__date {
    font-size: 14px;
    color: #6f6c6c;
}