﻿.cItem {
    float: left;
    margin-bottom: 10px;
    padding-bottom: 5px;
    width: 100%;
}

.cDate {
    background: url(https://cwsmasterstorage.blob.core.windows.net/cwspublic/masterpages/cws2013/1.0.0/assets/media/calendarBg.png) top left no-repeat;
    float: left;
    height: 57px;
    position: relative;
    width: 48px;
    margin-right: 10px;
}

    .cDate > p {
        text-align: center;
        color: #9b9b8e;
        margin: 18px 0 0 1px;
        text-transform: uppercase;
        width: 100%;
    }

    .cDate span.cMonth {
        color: #666;
        display: block;
        font-size: 10px;
        font-weight: bold;
        line-height: 10px;
    }

    .cDate span.cDay {
        color: #666;
        display: block;
        font-size: 18px;
    }

.cEvent {
}

.cTitle { /*margin:3px 5px 5px 0;*/
    font-size: 13px;
}

.cTime {
    color: #dd550c;
    font-size: .8em;
    text-align: right;
}
