<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">        
			td.text {
				text-align: center;
				vertical-align: middle;
				font: normal 16px helvetica, sans-serif;
				background-color: black;
				color: #FEDA00;
				width: 70%;
				padding: 3px;
				white-space:pre;
			}
			
			 td.text p {

                color: #FEDA00!important;
         
            }

			#clearButton {
				border: 1px solid #999;
				height: 36px;
				box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
				border-radius: 5px;
				padding: 10px 50px;
				margin-left: 30px
			}
			.table {
				margin-top: 35px;
			}

			.bold {
				font-weight: bold;
			}

			#accordion {
				/* padding: 0 .2em;*/
			}

			.ui-widget {
				font-family: 'Open Sans', sans-serif;
				font-size: 1.1em;
			}

			#accordion H3 {
				font-size: 1.1em !important;
				font-weight: 600 !important;
				text-transform: uppercase;
			}

			.ui-accordion .ui-accordion-header {
				padding: 0.5em 2.0em;
			}

			.ui-tooltip, .arrow:after {
				background: black;
				border: 2px solid white;
			}
			.ui-tooltip {
				padding: 10px 20px;
				color: white;
				border-radius: 20px;
				font: bold 14px "Helvetica Neue", Sans-Serif;
				text-transform: uppercase;
				box-shadow: 0 0 7px black;
			}
			.arrow {
				width: 70px;
				height: 16px;
				overflow: hidden;
				position: absolute;
				left: 50%;
				margin-left: -35px;
				bottom: -16px;
			}
			.arrow.top {
				top: -16px;
				bottom: auto;
			}
			.arrow.left {
				left: 20%;
			}
			.arrow:after {
				content: "";
				position: absolute;
				left: 20px;
				top: -20px;
				width: 25px;
				height: 25px;
				box-shadow: 6px 5px 9px -9px black;
				-webkit-transform: rotate(45deg);
				-ms-transform: rotate(45deg);
				transform: rotate(45deg);
			}
			.arrow.top:after {
				bottom: -20px;
				top: auto;
			}

			.table th, .table td {
				padding: 8px;
				line-height: 15px !important;
                font-size:90%;

			}
            .dataTable th, .dataTable td{
                font-size:80%!important;
            }

			table.dataTable thead th, table.dataTable tfoot th {
				height: 30px;
				background-color: #033869 !important;
				color: #FFFFFF;
				text-transform: uppercase;
				font-weight: 400 !important;
				border-radius: 5px;
			}
			.agenda, .hideClass {
				display: none;
			}

			#accordion table.dataTable thead th:nth-child(1){
             width:45%!important;
			}

			#agendaList {
				display: none
			}
			.ui-widget-overlay {
				background: #0F0E0E;
				opacity: .9;
				filter: Alpha(Opacity=10)
			}
			.showStations {
				font-weight: bold;
				cursor: pointer;
				color: #033869;
			}
			.icon-iist:hover {
				font-weight: 400;
				color: #033869;
				font-size: 110%;
				margin-bottom: 10px;
				padding: 3px 5px 20px;
				border-bottom: 1px dotted #033869;
				height: 2px
			}

			.ui-button-text-only .ui-button-text {
				padding: .2em 1em;
				font-size: 11px;
			}
			
			  td.mapIt {
				text-align: center!important;
			}

h4.signs {}
.msgSigns{ text-align: center;}

.msgSigns p {margin-bottom:2px!important;font-size:120%!important;}
p.lastUpdated{font-size:90%!important;}
h4.color{font-size:2em!important;font-weight:bold!important;margin-top:5px;margin-bottom:5px;text-transform: uppercase;}
.normal, .next{font-weight:bold!important;}</pre></body></html>