.epl_calendar_wrapper{
    padding: 3px;
    float:left;
    min-height: 220px;
    margin: 2px;
}
.epl_course_cal {
    border-width: 1px;

    font-family: Arial, Verdana, Sans-serif;
    width: auto;
    min-width: 100px;
    border-collapse: collapse;
    margin:1px;
    background-color: #fff;
}

.epl_course_cal tr,
.epl_course_cal th,
.epl_course_cal td {

    border: 1px solid #ccc;
    text-align: center;
    padding: 0px;
}


.epl_course_cal tbody tr:first-child th {
    color: #505050;
    margin: 0 0 10px 0;
}

.day_header {
    font-weight: normal;
    text-align: center;
    color: #757575;
    font-size: 10px;
    padding: 2px;
}

.epl_course_cal td {
    position:relative;
    width: 14%; /* Force all cells to be about the same width regardless of content */

    text-align: center;
    vertical-align: middle;

    padding:1px !important;
    margin:0px;
    text-align:center;

}

.epl_course_cal td:hover {
    background: #F3F3F3;
}

.day_listing, .day_listing_content {


    padding: 0;
    text-align: center;
    width:100%;
    height:100%;

    color:#333;
    text-decoration:none;
    border-radius: 2px;

}

.day_listing_content, .today{

    background-color: #35a235 ;

    font-size: 11px;
    color: #fff;
    font-weight: bold;
    cursor: auto;
}

.today {
    color:red;
}
.epl_calendar_small_data {
    min-height:100px;
    border:1px solid #CCC;
    width: auto;
}