<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* calendar */
table.calendar		{ border-left:1px solid #999; width:100%; }
tr.calendar-row		{  }
td.calendar-day		{ min-height:150px; font-size:11px; position:relative; background:#fff; vertical-align:top;} * html div.calendar-day { height:150px; }
td.calendar-day:hover	{ background:#eceff5; }
td.calendar-day-np	{ background:#eee; min-height:150px; } * html div.calendar-day-np { height:150px; }
td.calendar-day-head 	{ background:#ccc; font-weight:bold; text-align:center; width:14%; padding:5px; border-bottom:1px solid #999; border-top:1px solid #999; border-right:1px solid #999; color:#000000; }
div.day-number		{ background:#999; padding:5px; color:#fff; font-weight:bold; float:right; width:10%; text-align:center; vertical-align:top; display:inline; position:absolute; right:0px; top:0px; z-index:99;}
/* shared */
td.calendar-day, 
td.calendar-day-np 	{ width:inherit; padding:5px; border-bottom:1px solid #999; border-right:1px solid #999; }
td.current-day 		{background:#555}
td.current-day 
	div.day-number 	{color:#3FF}

td { color:white; }

table.CalendarItems 	{margin:0px; padding:0px; border-spacing:0px; vertical-align:top; text-align:left; border-collapse:collapse; width:100%; }
table.CalendarItems 
	tr 
		td 	{padding:3px;}

table.CalendarItems 
	tr:nth-child(even) 
			{background:#000;}
table.CalendarItems 
	tr:nth-child(odd) 
			{background:#101010;}
table.CalendarItems 
	tr:nth-child(1)
		td 	{
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	border-top-right-radius:5px;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	border-top-left-radius:5px;
	}
table.CalendarItems 
	tr:nth-last-child(1) 
		td 	{
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	border-bottom-right-radius:5px;
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	border-bottom-left-radius:5px;
	}
</pre></body></html>