<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS styles for xListEvents */
.dvListviewCategory{
	background:#fff;
	box-shadow:1px 1px 1px #000;
	padding:10px;
	color:#000;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
	border:1px solid #999999;
	margin-bottom:10px;
}
.dvCategoryTitle,.dvCalendarName{
	padding:5px 10px;
	margin-bottom:5px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
}
.dvCategoryTitle{
	font-size:1.3em;
	box-shadow:2px 2px 5px #454545;
}
.dvListviewEvent{
	padding:10px;
	border-bottom:1px solid #666;
}
.dvHeader{
	font-weight:bold;
	margin-bottom:6px;
}
.dvDate{
	font-size:0.8em;
	margin-bottom:6px;
}
.dvImage img.left{
	max-width:100%;
	margin:0px 15px 15px 0px;
}
.dvCalendarName img{
	max-width:16px;
	width:16px;
}
.dvCalendarName.right{
	float:right;
	display:inline;
}

/* Begin mobile specific styles */
.ui-body-c .dvHeader .ui-link {
	font-weight:bold;
}
.ui-body-c .ui-link {
	color:#000;
	font-weight:normal;
}
.ui-body-c .ui-link:visited {
	color:#000;
}
.ui-body-c .dvCalendarName img{
	display:none;
}
/* End mobile specific styles */</pre></body></html>