.article-card {
    margin: 0 0 32px 0;
    padding: 16px;
    border-radius: 4px;
    position: relative
}

@media handheld and (max-width:480px),
screen and (max-device-width:480px),
screen and (max-width:800px) {
    .article-card {
        padding: 16px 8px
    }
}

.article-card a {
    text-decoration: none
}

.article-card:last-child {
    margin-right: 0
}

.article-card .date {
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 8px;
}

.article-card {
    font-size: 16px;
    color: #51636b
}

.article-card .posted {
    color: #7a8b94;
    display: inline;
    padding-left: 4px
}

.article-card .author {
    font-size: 14px;
    text-align: right;
    bottom: 14px;
    right: 10px;
}

.article-card .author img {
    width: 40px;
    height: 40px;
    border-radius: 50% 50%;
    display: inline;
    vertical-align: middle
}

.topic-title {
    font-weight: 600;
    font-size: 16px;
}
.request-status{
    text-transform: uppercase;
    padding: 0 5px;
    margin: 0 0 0 6px;
    color: #fff;
    border: none;
    line-height: 22px;
    white-space: nowrap;
}
.request-status-orange{
    background-color: #FBA344;
}
.request-status-green{
    background-color: #77c042;
}
.request-status-gray{
    background-color: #6f7379;
}
.request-status-red{
    background-color: #ff7272;
}
.request-status-purple{
    background-color: #ABA8BF;
}
.thread-post img{
    max-width: 100%;
}