﻿div.ceOffering
{
    background-color: aliceblue;
    border: 1px solid #3E5E6F;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    clear:both;  
}
div.ceSideCol
{
    /*background-color:aliceblue;
    border-right:5px solid white;*/
    /*padding:5px;*/
}
p.ceTitle
{
    font-size: 135%;
    font-weight: bold;
    float: left;
}
p.ceWeb
{
    clear:both;
    font-weight: bold;
}
p.ceSummary
{
    padding-top: 10px;
    padding-bottom: 10px;
    clear:both;
}
div.ceContact
{
   clear:both;
}
div.ceProgramType
{
    padding-left: 10px;
    float: right;
    font-size: 110%;
    font-weight: bold;
    color:#737B82;
}

/*@media (min-width: 767px) {
    .mobile-text-swap {
        display:none;
    }
}

@media (min-width: 768px) {
    .mobile-text-swap {
        display: block;
    }
}*/

