#compact-news-block .news-row img {
    width: 115px;
    max-height: 77px;
}

#compact-news-block .no-padding {
    padding: 0 !important;
    margin: 0 !important;
}
#compact-news-block .article-read-more {
    position: absolute;
    right: 0;
    bottom: 0;
}

#compact-news-block .title-desktop {
    padding-left: 10px;
}

#compact-news-block .news-block-title {
    font-size: 18px;
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
    font-family: ubuntu, Helvetica, Arial, sans-serif;
    line-height: 1.1;
}

#compact-news-block .new-item-row {
    position: relative;
    line-height: 1.1;
    font-size: 14px;
    padding: 10px 0;
}

#compact-news-block .news-views-row {
    background-color: #ffffff;
    margin-left: 10px;
    padding: 10px;
}

#news-row > img {
    width: 115px;
    height: 77px;
}

@media (max-width: 767px) {
    #activity-block.in,
    #activity-block.collapsing {
        display: block !important;
    }
}

#compact-news-expandable-header h3.collapsed:after {
    content: '+';
    float: right;
    color: #000;
    width: 30px;
    height: 30px;
    font-size: 30px;
    border: 1px solid #000;
    border-radius: 50%;
    line-height: 23px;
    text-align: center;
    margin-top: -5px;
    font-weight: 300;
}

#compact-news-expandable-header h3:after {
    content: '-';
    float: right;
    color: #000;
    width: 30px;
    height: 30px;
    font-size: 30px;
    border: 1px solid #000;
    border-radius: 50%;
    line-height: 24px;
    text-align: center;
    margin-top: -5px;
    font-weight: 300;
}

#compact-news-expandable-header .row {
    background: white;
    border-bottom: 1px solid #e2e2e2;
}