/* cal v3 css */

h5.caldayheader{
	margin: .5em 0;
	padding: .67em;
	background: #eee;
	font-weight: 400;
	font-size: 1em;
}
.calevent{
	padding: .5em 1em;
	margin-bottom: 1em;
 	/* border-left: 1px solid #ccc; */
 	/* background: #fafafa; */
}
.caleventtime{ float: left; margin-right: .67em; width: 10%; height: auto; min-height: 1px; }
.caleventwhat{ float: left; width: 60%; }
.caleventcat{
	float: left;
	font-style: italic;
	color: #404040;
	font-size: .8em;
	width: 19%;
	min-height: 1px;
}
.caleventtimestart,
.caleventtimeend{
}
.caleventtimeend{
}
.caleventtimeend::before{
}
.caleventtimedel{
}
div.caleventicallink{
	float: left;
	font-size: .8em;
	width: 9%;
}

div.caleventicallink > a{
	margin-right: 0.5em;
}

#caleventdialog .caleventtime {
  float: left;
  height: auto;
  margin-right: 0.67em;
  min-height: 1px;
	width: auto;
}