.content-area {
    max-width: 100%;
    padding-right: 0;
    flex: 100%;
}

#secondary {
    display: none;
}

.broken_link {
    text-decoration: none !important;
}

.entry-content {
    width: 100%;
    max-width: 100%;
}

.course_elem {
    padding: 10px;
    width: 243px;
    margin: 0;
    margin-bottom: 15px;
}

.course_title {
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 10px;
}
.course_subtitle {
    font-size: 14px;
    color: #222;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}