/*
 * Section
 * Using inner div cause content-columns padding applies to the external div
 */

.section > div {
    height: 100%;
    margin-top: 10px;
    border-top: 2px solid #f44336;
    background: #fff;
}

/* Section title */

.section-title {
    font: bold 26px/1 'Bebas Neue';
    padding: 20px 20px 15px;
    color: #616161;
    border-bottom: 1px solid #e0e0e0;
}

.section-title > a {
    text-decoration: none;
}

/* Section content */

.section-content {
    padding: 20px;
}

/* Section link */

.section-link > a {
    display: block;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid #e0e0e0;
    color: #f44336;
}