<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#calendarDiv { font-size: 11px; font-family: Verdana; background-color: #fff; color: #000; position: absolute; top: 0px; left: 0px; display: none; border: 1px solid #000; padding: 5px; width: 154px; }
#calendarDiv a { font-size: 11px; font-family: Verdana; }
#calendarDiv th { border-bottom: 1px solid #f5f5f5; }
#calendarDiv th,#calendarDiv td { padding: 1px; text-align: center;}
#calendarDiv table { clear: both; }
#calendarDiv table a { text-decoration: none; color: #000; display: block; width: 20px; height: 15px;}
#calendarDiv table a.sel {  background-color: #ff0000;}
#calendarDiv table a:hover { background-color: #f0f9fe; }
#calendarDiv a.prev,#calendarDiv a.next { text-decoration: none; font-weight: bold; color: #000; padding: 2px; }
#calendarDiv a.prev:hover,#calendarDiv a.next:hover { color: #ff0000; }
#calendarDiv a.prev { float: left; }
#calendarDiv a.next { float: left; }
#calendarDiv span.current { width: 134px; text-align: center; display: block; float: left;}    </pre></body></html>