.ko-calendar-widget-loading {
/*	height: 100px;    */
	text-align: center; 
}

.ko-calendar-date {
	margin-top: 6px;
	font-weight: bold;
  color: #262626;
}

.ko-calendar-event-list {
	margin: 4px;
}

.ko-calendar-entry-date-row {
	padding-top: 0px;
}

.ko-calendar-entry-date-label {
	font-weight: bold;
}

.ko-calendar-entry-date-text {
}

.ko-calendar-entry-location-text {
}

.ko-calendar-entry-body {
	margin: 4px;
}

/* Indent the paragraphs, but not by much */
.ko-calendar-entry-body  p {
	margin: 0px 10px ;
	padding: 0;
}

