.today{
    border: 0;
}

.todayDot{
    border-radius: 50%;
	height: 10px;
    width: 10px;
    background-color: blue;
    margin-top: -4.5px;
    position: absolute;
}

.todayDivider{
	height: 1px;
    background-color: blue;
    margin-top: 20px;    
}

.eventBody{       
    box-shadow: 2px 2px 5px #000;
	margin: 5px 0 5px 0;
	padding: 5px;
    background-color: #5f9ea0;
}

.eventDate{
	margin: 5px;
}

.eventDateDayName{
    font-size: 0.8em;
    color: #f5f5f5;
}

.eventDateDay{
    font-size: 1.3em;
    font-weight: 500;
    color: dimgray;
}

.eventTitle,
.eventDesc{
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.eventTitle{
    font-size: 1em;
    font-weight: 500;
    color: white;    
}

.eventDesc{
	margin-left: 10px;
    font-size: 0.8em;
    font-weight: 300;
    color: white;
}


.eventDetailList > li{
	margin-bottom: 20px;
	font-size: 14pt;
}

.color-selected {
    background-color : rgb(0, 158, 160);
}

.mapsNavi > span{
    color: green;
}

.today-cell{
    background-color: bisque;
}