.ai1ec-calendar-toolbar {
	display: none;
}
.timely .btn-toolbar {
	display: none;
}
.timely .btn-group {
	display: none;
}
.ai1ec-container {
	border-bottom: solid 1px #CCC;
	border-left: solid 1px #CCC;
	box-shadow: 5px 2px 5px #CCC;
	padding: 5px;
} 
 .calendar-title{
	width:100%;
	display:block;
	background:#404040;
	color:#FFF;
	padding:10px 0;
	text-transform:uppercase;
	font-family:'Lato',sans-serif;
	font-weight:400;	
	text-align:center;
	font-size:18px;
	margin-bottom: -10px;
	border-top: solid 1px #CCC;
	border-right: solid 1px #CCC;
	border-left: solid 1px #CCC;
	box-shadow: 3px 0 6px #CCC;
}
.ai1ec-calendar-title {
	display: none;
}
.ai1ec-agenda-widget-view .ai1ec-date, .ai1ec-agenda-view .ai1ec-date {
	background: #fff;
	border-bottom: 3px solid #efefef;
	border-top: none;
	padding-bottom: 7px;
}	
.ai1ec-agenda-view .ai1ec-event {
	border: none;
}
.ai1ec-agenda-widget-view .ai1ec-date-title, .ai1ec-agenda-view .ai1ec-date-title {
	border-radius: 0;
	background: #fff;
}
.ai1ec-agenda-widget-view .ai1ec-month, .ai1ec-agenda-view .ai1ec-month {
	background: #d35e13;
	border-radius: 0;
}
.ai1ec-agenda-widget-view .ai1ec-weekday, .ai1ec-agenda-view .ai1ec-weekday {
	display: none;
}
.ai1ec-agenda-widget-view .ai1ec-day, .ai1ec-agenda-view .ai1ec-day {
	padding-bottom: 15px;
}
.ai1ec-agenda-view .ai1ec-event .ai1ec-event-title {
	color: #404040;
}
.ai1ec-agenda-view .ai1ec-event:hover .ai1ec-event-title {
	text-decoration: underline;
}
.ai1ec-agenda-view .ai1ec-event .ai1ec-event-time {
	font-family: 'Lato', sans-serif;
	font-weight: normal;
	padding-top: 5px;
	font-size: 13px;
}
.ai1ec-allday-badge {
	display: none;	
}
