.conf-dates,
.conf-description,
.conf-registration,
.conf-fees,
.conf-sessions {
    margin-bottom: 30px;
}

.conf-session-group {
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e1eaf4;
}

.conf-session-group:last-child {
    border-bottom: none;
}

.conf-session-time {
    color: #555;
    margin-bottom: 15px;
}

.conf-session-time .fas {
    margin-right: 5px;
    color: #0a50a2;
}

.conf-dates .fas,
.conf-registration .fas {
    margin-right: 5px;
    color: #0a50a2;
}

.conf-workshop {
    background: #f5f5f5;
    padding: 15px 20px;
    margin-bottom: 10px;
    border-left: 3px solid #0a50a2;
}

.conf-workshop-canceled {
    opacity: 0.65;
    border-left-color: #d9534f;
}

.conf-workshop-header {
    margin-bottom: 8px;
}

.conf-workshop-code {
    background: #0a50a2;
    color: #fff;
    padding: 2px 8px;
    margin-right: 8px;
    font-size: 12px;
    font-weight: 600;
}

.conf-canceled-badge {
    margin-left: 8px;
}

.conf-workshop-details {
    font-size: 13px;
    color: #666;
    margin-bottom: 8px;
}

.conf-workshop-details span {
    margin-right: 15px;
}

.conf-workshop-details .fas {
    margin-right: 4px;
    color: #0a50a2;
}

.conf-workshop-desc {
    font-size: 14px;
    color: #444;
}

.conf-fees .table {
    margin-top: 10px;
}

@media (min-width: 280px) and (max-width: 767px) {
    .conf-workshop-details span {
        display: block;
        margin-bottom: 4px;
    }
}
