﻿.calendar-today {
        background: #fff;
        width: 100%;
        float: left;
        color:black;
        margin-bottom: 10px;
		border: 1px solid #263d84;
    }
	.calendar-today,.calendar-today p,.calendar-today span{
		font-family: 'ubunturegular','Open Sans', sans-serif;
		font-size:14px;
	}

        .calendar-today ul p {
            margin-bottom: 0;
        }

        .calendar-today ul li {
            margin-bottom: 10px;
        }

            .calendar-today ul li.endtime p {
                /* text-decoration: line-through; */
				color: #999;
            }

            .calendar-today ul li.endtime {
                padding-left: 22px;
            }

                .calendar-today ul li.endtime:before {
                    content: "";
                }

        .calendar-today ul {
            padding: 15px 10px 0;
            margin-left: 0;
        }

            .calendar-today ul li:before {
                margin-right: 10px;
                float: left;
                content: "\f111";
                font-family: FontAwesome;
                color: #d73027;
                font-size: 8px;
            }

    .calendar-today-title {
        background: #263d84;
        color: #fff;
        font-family: "LatoWebSemibold", "Open Sans", sans-serif;
        font-size: 14px;
        text-transform: uppercase;
        padding: 10px 15px;
        font-weight: 700;
    }

    .calendar-today ul .time {
        color: #d73027;
        margin-right: 5px;
        font-weight:bold;
    }
     .calendar-today ul .where {
        color: #0094ff;
        margin-right: 5px;
    }
    .calendar-today ul div.box {
        overflow: hidden;
    }

    .calendar-today .acd-readmore {
        margin-bottom: 15px;
    }
	