<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* Top Notification Bar: (event) notification "widget" */
#topNotificationBar { background:#343434; display:block; z-index:99;  
	-webkit-box-shadow: 0px 0px 13px rgba(0,0,0,0.5);
	-moz-box-shadow:    0px 0px 13px rgba(0,0,0,0.5);
	box-shadow:         0px 0px 13px rgba(0,0,0,0.5);
}
#topNotificationBar .notificationBody { display:block; font-size:13px; overflow:hidden; }
#topNotificationBar .notificationBody ul { width:auto; margin:0 auto; padding:5px; }
#topNotificationBar .notificationBody li { display:block; text-align:center; padding:3px; }
#topNotificationBar .notificationBody .enum { color:#fc0; }
#topNotificationBar .notificationBody a 	{ color:#fff; font-weight:bold; }
#topNotificationBar .notificationBody .date { color:#aaa; font-size:11px; }
#topNotificationBar .notificationButton a 	{ display:block; height:30px; line-height:30px; font-size:13px; font-weight:bold; color:#fc0; text-align:center; background:#464646; border-top:1px solid #656565; border-bottom:1px solid #333; 
	-webkit-box-shadow: 0px 0px 13px rgba(0,0,0,0.5);
	-moz-box-shadow:    0px 0px 13px rgba(0,0,0,0.5);
	box-shadow:         0px 0px 13px rgba(0,0,0,0.5);
}
#topNotificationBar .notificationButton a:hover { background:#515151; color:#fff; text-decoration:none; }


#topNotificationBar .showIcon,
#topNotificationBar .hideIcon {display:inline-block; padding-bottom:6px; vertical-align:middle; }

@media screen and (max-width:480px)
{
	#topNotificationBar .notificationButton a { height:40px; line-height:40px; }	
}</pre></body></html>