.fsPostElement .fsAuthor, 
.fsPostElement .fsDateTime {
    display: block;
}

.fsPostElement .fsPostLink.fsReadMoreLink {
    display: inline-block;
}


.fsPostElement .fsTitle {
    margin-bottom: 0;
    letter-spacing: normal;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase; 
    font-size: 16px;
    line-height: 24px;
}
.fsPostElement .fsTitle, 
.fsPostElement .fsTitle a {
    color: #2b8188 !important;
}

.fsPostElement .fsTitle a:hover, .fsPostElement .fsTitle a:focus {
    color: #2b8188 !important;
}


.fsPostElement article {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-right: -30px;
    margin-left: -30px;
    padding-right: 30px;
    padding-left: 30px;
    border-top: 1px solid #2E2E2E;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 0;
    margin-bottom: 0;
    overflow: hidden;
    border-top: 1px solid #2E2E2E;
}

.fsPostElement article:first-child {
    border-top: none;
    padding-top: 0;
}

.fsPostElement.fsList .fsThumbnail {
    display: block;
    float: right;
    width: 25%;
}

.fsElement.fsGrid article,
.fsPostElement.fsGrid article {
    margin-left: auto!important;
    margin-right: auto!important;
}
