.ceDateDisplay {
    font-size: 14px;
    color: #444444;
    font-weight: normal;
    font-style: normal;
    padding: 0px 0px 5px 0px;
}
.ceDayHeader {
    font-size: 18px;
    line-height: inherit;
}
.ceTitle {
	font-family: 'Open Sans', sans-serif;
    color: #444;
    font-size: 32px;
    font-weight: 300;
    line-height: 32px;
    letter-spacing: 1px;
    padding: 10px 0px;
    margin: 0px;
    display: block;
    text-transform: uppercase;
    text-align: left;
    background-color: #fff;
    border-bottom: 0px;
}
.ceTitle:after {
    content: " ";
    border-bottom: 2px solid #fe6310;
    display: block;
    width: 200px;
    padding-top: 20px;
    margin-bottom: 20px;
}
.ceDayHeader a:link {
    text-decoration: none;
    color: #fe6310;
}
.ceItemTitle {
    margin-bottom: 0px;
    padding-bottom: 18px;
    border-bottom: 1px solid #444;
}