.cf:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
	* html .cf { zoom: 1; }
	*:first-child+html .cf { zoom: 1; }

	.rt { width: 100%; font-size: 1.2rem;/*12*/ line-height: 1.25rem;/*15*/ border-collapse: collapse; border-spacing: 0; }

	.rt th,
	.rt td { margin: 0; padding: 0.4166em;/*10*/ vertical-align: top; background: #fff; }
	.rt th { text-align: left; background: #d7eff4; }
	
	.rt td.run { border-left: #64cad9 3px solid; background: #fff; }
	.rt th.run { border-left: #64cad9 3px solid;  }
		
		
	.rt td.highlight { background: #d7eff4; }
	.rt th.highlight { background: #b5e0e9; }
		
	.rt .alt td { background: #d7eff4; }
	.rt .alt td.highlight { background: #b5e0e9; }
	
	.rt td.stop { background: #faf084; width: 30px; text-align: center; }
	.rt td.express { background: #64cad9; }

	.bluestop { background: #64cad9; width: 20px; height: 20px; margin-right: 10px; display: block; float: left; }


	@media only screen and (max-width: 40em) { /*640*/

		#rt1 { display: block; position: relative; width: 100%; }
		#rt1 thead { display: block; float: left; }
		#rt1 tbody { display: block; width: auto; position: relative; overflow-x: auto; white-space: nowrap; }
		#rt1 thead tr { display: block; }
		#rt1 th { display: block; }
		#rt1 tbody tr { display: inline-block; vertical-align: top; }
		#rt1 td { display: block; min-height: 1.25em; }

		#rt2 { display: block; position: relative; width: 100%; }
		#rt2 thead { display: block; float: left; }
		#rt2 tbody { display: -webkit-box; overflow-x: auto; }
		#rt2 th,
		#rt2 tr,
		#rt2 td { display: block; }
		
		.rt { font-size: 0.8em;/*12*/ line-height: 1.25em;/*15*/ }

		/* sort out borders */

		.rt th { border-bottom: 0; }
		.rt td { border-left: 0; border-right: 0; border-bottom: 0; }
		.rt tbody tr {  }
		.rt th:last-child,
		.rt td:last-child {  }
		
		.rt td.run { border-left: none; border-top: #64cad9 3px solid !important;  }
		.rt th.run { border-left: none; border-top: #64cad9 3px solid !important;  }
		
		.rt td.stop { width: auto; text-align: left; }

	}