.articles-section {

}

.articles-section > header {
    font-weight: bold;
    color: #000;
    border-top: 1px solid #a6acb0;
    border-bottom: 1px solid #a6acb0;
    padding: 14px 5px;
    margin-bottom: 20px;
}

.articles-section > header span {
    color: #00A101;
}

.full-calendar form {
    margin-bottom: 10px;
}

.articles-section article img,
.articles-section article .emptyImg{
    width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    margin-top: 5px;
}

.articles-section article .content-frame {
    display: inline-block;
    margin-top: 0px;
}

.articles-section article .content-frame {
    font-weight: bold;
    /*width: calc(100% - 75px);*/
}

.articles-section article .content-frame p {
    font-size: 14px;
    font-weight: normal;
}

.articles-section article .content-frame header p {
    margin-bottom: 4px;
    font-size: 12px;
    font-weight: bold;
}

.articles-section article .content-frame header h3 {
    background-image: none;
    margin: 0;
    font-size: 14px;
    color: #165f99;
    font-weight: bold;
    margin-bottom: 4px;
    margin-top: 4px;
    padding: 0 0 5px 0;
}

.articles-section article .content-frame a {
    position: absolute;
    bottom: 5px;
    right: 20px;
    color: #00A101;
}

.articles-section article {
    margin-bottom: 10px;
    display: inline-block;
    width: 49.8%;
    vertical-align: top;
    position: relative;
}

@media (max-width: 767px){
    .articles-section article {
        width: 100%;
    }
}

.article-display {
    margin-top: 20px;
}

.article-data-table td {
    padding: 10px 10px 10px 0;
}

@media (min-width: 768px) {
    .article-display .title {
        float: right;
    }
    
    .article-display .image {
        float: left;
    }
}