﻿.ceOffering, .ceCourse, .ceSummary, .ceTitle, ceSeries, .ceProgramType, .ceContact {
    color: #3E5E6F;
}

.ceOffering {
    background-color: aliceblue;
    border: 1px solid #3E5E6F;
    padding: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.ceCourse {
    background-color: aliceblue;
    border: 1px solid #3E5E6F;
    padding: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.ceProgramType {
    text-align: right;
    font-size: 16px;
    font-weight: bold;
    float: right;
    margin-bottom: 0px;
}

.ceTitle {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 5px;
}

.ceWeb {
    font-size: 18px;
    margin-bottom: 0px;
    clear: both;
}

.ceSummary {
    font-size: 18px;
    margin-top: 25px;
}

.ceSeries li {
    font-size: 21px;
}

.ceContact {
    font-size: 16px;
    line-height: 20px;
    margin-top: 30px;
    margin-bottom: 0px;
}

.ceAdvisor {
    font-size: 22px;
    line-height: 32px;
}

