.ko-calendar-widget-loading {
	height: 100px;
	margin-top: 4em;
	text-align: center;
}

.ko-calendar-date {
	margin-top: 6px;
	padding-top: 4px;
	font-weight: bold;
	clear:both;
	border-top: 1px #333 solid;
}

.ko-calendar-event-list {
	margin: 0;
}

.ko-calendar-entry-date-label {
	font-weight: bold;
}
.ko-calendar-entry-title {
	color:#fff;
	display: inline;
	line-height: .8;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.ko-calendar-entry-date-text {
	font-size: .8em;
	margin: 1em 0 0 0;
	cursor: pointer;
}

.ko-calendar-entry-date-text:hover{
    color:#fff;
}

.ko-calendar-entry-location-text {
	display:none;
}

.ko-calendar-entry-body {
	margin: 4px 0 10px 0;
	clear:both;
	font-weight: normal;
	font-size: .8em;
	line-height: 1.2em;
}

/* Indent the paragraphs, but not by much */
.ko-calendar-entry-body  p {
	margin:0;
}
