<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "iso-8859-1";
/* CSS Document */
@media screen {
  img {
	vertical-align: text-top;
  }
  .ui-tooltip {
	white-space: pre-line;
  }
  td.location {
 	min-width:400px;
  }
  td.time {
	min-width:80px;
  }
  .bluebar {
	background: #4040bb;
  }
  .bluebar a {
	font-size:medium;
	color:#FFFFFF;
	vertical-align: text-bottom;	
	text-align: center;
	xtext-decoration:none;
  }
  .bluebar a:hover {
	color: #0072FF;
  }
  tr.bluebar {
	color:#FFFFFF;
	padding-top: 0;
	vertical-align: bottom;
  }
  a.s_button {
	display: inline-block;
	width: 80%;
	background: #4040bb;
	padding: 8px;
	text-align: center;
	border-style:outset;
	border-radius: 5px;
	color: white;
	font-weight: bold;
	margin:3px;
	text-decoration:none;
	}
  #content {
	max-width: 100% !important;
  }
  #button {
	color:#fff;
	background:#4040bb;
	text-align:center;
	cursor:pointer;
  }
  #narrow_list {
	margin: 1em;
  }
#legend {
	font-size:115%;
}
#ui-id-4 {
	display: none;
}
  #mobile_sort {
	display: none;
  }
  .tablesaw {
	font-size: 80%;
  }
  .town {
	  font-weight:bold;
	  font-size: 110%;
  }
}
/* @media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {  */
/* @media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 768px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 768px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 768px), only screen and (min-device-pixel-ratio: 2) and (max-width: 768px), only screen and (min-resolution: 192dpi) and (max-width: 768px), only screen and (min-resolution: 2dppx) and (max-width: 768px) { */

@media only screen and (max-width: 1000px) {
 .tablesaw {
	font-size: 105%;
 }
 #content &gt; table &gt; thead { 
	 display: none;
 }
 td.location {
	min-width:0px;
 }
 #ui-id-4 {
	xmargin:0 auto;
 	display: block;
}
 #mobile_sort {
	margin:0 auto;
 	display: block;
 }
 #sort_btns {
	font-size: 125%;
	width:100%;
 }
 #button {
	  width:75%;
	  border-radius:6px; 
	  padding:6px; 
	  white-space: normal;
 }
}</pre></body></html>