div.event_calendar {
    margin-left: auto;
    margin-right: auto;
    width: 220px;
}

div.event_main h2 {
    font-size: 22px;
}

div.event_nav {
    background: #f1f1f1;
    border: 1px solid #ccc;
    border-left: none;
    border-right: none;
    font-size: 11px;
    padding: 3px 0;
    position: relative;
    float: left;
    width: 100%;
}

div.event_nav p {
	font-size: 11px;
	float: left;
	margin: 0;
}

div.event_nav a.next_month {
	position: absolute;
	right: 0px;
	top: 4px;
}

div.event_nav a.previous_month {
	position: absolute;
	right: 65px;
	top: 4px;
}
/*div.event_sidebar {    width: 220px;    float: left;} */

div.event_sidebar h5 {
    padding: 2px 0 2px 0;
    border-bottom: 1px solid #ccc;
}

h5 a.previous_month span, h5 a.next_month span {
    display: none;
}

h5 a.previous_month, h5 a.next_month {
    width: 9px;
    display: block;
    float: left;
    height: 13px;
    margin-right: 4px;
    background-position: top left;
    background-repeat: no-repeat;
}

h5 a.previous_month {
    background-image: url(//d32ls05cbovo06.cloudfront.net/css/images/arrow_left.gif);
}

h5 a.next_month {
    background-image: url(//d32ls05cbovo06.cloudfront.net/css/images/arrow_right.gif);
}

/* Monthly calendar
 * ----------------
 */

table.sm_calendar {
    border-collapse: collapse;
    border: 1px solid #ccc;
    width: 200px;
    font-size: 11px;
}

table.sm_calendar th, table.sm_calendar td {
	padding: 2px;
	border: 1px solid #e7e7e7;
	text-align: center;
}


table.sm_calendar td.eventDay {
    background-color: #c6364a;
    color: white;
    font-weight: bold;
    position: relative !important;
}

div.events_today {
    position: absolute;
    background: #fff;
    color: #000;
    border: 1px solid #444;
    z-index: 99999;
    width: 200px;
    text-align: left;
    padding: 10px;
    display: none;
}

div.events_today h6 {
	margin: 0 0 5px 0;
	font-size: 14px;
	background: url(images/calendar-day.png) left center no-repeat;
	padding: 1px 0 1px 18px;
}

table.sm_calendar th {
    font-weight: bold;
}

/* iCal Export icon */
p.ical_export {
    padding: 10px 0;
    font-size: 12px;
}

p.ical_export a {
	background: url(images/calendar-day.png) left center no-repeat;
	padding: 1px 0 1px 18px;
}

/* Event list with adjacent calendar date 
 * ---------------------------------------
 */
ul.events_list {
    clear: both;
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.events_list li {
	clear: both;
	margin: 0;
	padding: 15px 0 0 0;
	float: left;
	list-style: none;
	width: 100%;
}

.event_date_cal {
	width: 40px;
	margin: 10px 15px 0 0;
	text-align: center;
	border: 1px solid #999;
	float: left;
	-moz-box-shadow: 0px 0px 3px #c1c1c1;
}

span.event_date_cal_day {
    display: block;
    background: #ccc;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid #999;
}

span.event_date_cal_month {
    display: block;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

ul.events_list li h3 {
    margin: 0;
    font-size: 18px;
}

ul.events_list li p {
    font-size: 12px;
}

p.event_name {
    line-height: normal;
    margin-bottom: 0.5em;
}
/* tooltip */

div.tooltip {
    position: absolute;
    font-size: 12px;
    font-weight: bold;
    background: rgba(0,0,0,0.5);
    color: #fff;
    z-index: 99999;
    width: 190px;
    text-align: left;
    padding: 5px;
    display: none;
    margin-top: 20px;
}

    div.tooltip ul {
        margin-bottom: 0;
    }

    div.tooltip li {
        margin-left: 15px;
    }