.fsPostElement .fsTitle {
    font-weight: bold;
    color: #1c1c1c;
}
.fsPostElement .fsTitle a {
    font-weight: bold;
    color: #a41113;
}

.fsPostElement .fsTitle a:hover {
    font-weight: bold;
    color: #114a24;
}
.fsPostElement .fsTitle a:focus {
    font-weight: bold;
    color: #114a24;
}

.fsPostElement .fsAuthor, 
.fsPostElement .fsDateTime {
    display: block;
}