#closest {
	text-align: center;
}

.train {
	background-color: #1C77ED;
	color: #fff;
}

.train:hover {
}

.tram {
	background-color: #34B325;
	color: #fff;
}

.tram:hover {

}

.bus {
	background-color: #FCA738;
	color: #000;
}

.bus:hover {

}

.nightrider {
	background-color: #A358A3;
	color: #fff;
}

.nightrider:hover {

}

.vline {
	background-color: #FC3A3A;
	color: #fff;
}

.vline:hover {
	
}

.line {
	background-color: #f3f3f3;
	text-align: left;
	border-bottom: solid 1px #c1c1c1;
	color: #000;
}

.line.first {
	border-top: solid 1px #c1c1c1;
}

.line:hover, .line:active {
	background-color: #e2e2e2;
}



html {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-weight: 300;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: 100;
}

#map_options {
	font-size: 0.9em;
	text-align: center;
}

#map_container {
	width: 500px;
}

p#disclaimer {
	font-size: 10px;
	width: 90%;
	position: absolute;
	bottom: 0px;
	border-left: 1em solid red;
	padding-left: 0.5em;
}

#container {
	padding-left: 0.5em;
}

@media screen and (orientation:landscape) and (min-device-width: 320px) and (max-device-width: 1136px) {
	p#disclaimer {
		position: relative;
	}
}

td.center {
	text-align: center;
}

p#disclaimer2 {
	font-size: 12px;
	width: 90%;
	border-left: 1em solid red;
	padding-left: 0.5em;
	margin-top: 1.5em;
}

td.inactive a {
	color: black;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

.inactive a:hover {
	text-decoration: underline;
}

a.forget{
	font-size: 0.8em;
}

/* Start of css for stops_new1 */

/*
#stops2 {
	padding: 0 1px 1px;
	margin-left: 0;
	width: 13em;
}

#stops2 li {
	list-style: none;
	margin: 0;
	text-align: left;
}

#stops2 li:before {
	color: red;
}

#stops2 li a {
	display: block;
	padding: 0.25em 0.5em 0.25em 0.75em;
	text-decoration: none;
}

#stops2 li.stop a {
	border-left: 4px solid #AAB;
	color: #00f;
}

#stops2 li.inactive a {
	border-left: 4px dashed #AAB;
	color: black;
	text-decoration: none;
}

#stops2 li.stop a:hover {
	text-decoration: underline;
}
*/

/* That's the end of stops_new1 */

/* Star of stops_new2 */

ul#stops2 {
	/*padding-bottom: 5.5em;*/
}

ul#stops2 li {
	position:relative; /* so that pseudoelements are positioned relatively to their "li"s*/
	/* use padding-bottom instead of margin-bottom.*/ 
	margin-bottom: 0; /* This overrides previously specified margin-bottom */
	list-style: none;
	width: 100%;
	padding-left: 1em;
}

ul#stops2 li:nth-child(even) {
	background-color: #f9f9f9;
}

ul#stops2 li:hover{
	background-color: #f2f2f2;
}

ul#stops2 li.stop:after {
	/* bullets */
	/*content: url('/20pxred.png');
	position: absolute;
	left: -26px;
	top: 0px;*/
	content: "\25CF";
	position: absolute;
	left: -0.36em;
	top: 0em;
	font-size: 1.2em;
}

ul#stops2 li.stop.green:after {
	color: green;
	font-size: 3.5em;
	top: -0.1em;
}

ul#stops2 li.stop.red:after {
	color: red;
	font-size: 3.2em;
	left: -0.35em;
	top: -.05em;
}

ul#stops2 li:before {
	/* lines */
	content:"";
	position: absolute;
	left: -0.2em; /* adjust manually */
	border-left: 0.2em solid #d0d0d0;
	height: 100%;
}

ul#stops2 li:first-child:before {
   /* first li's line */
   top: 1.7em; /* moves the line down so that it disappears under the bullet. Adjust manually */
}

ul#stops2 li:last-child:before {
	/* last li's line */
   height: 1.5em; /* shorten the line so it goes only up to the bullet. Is equal to first-child:before's top */
}

#stops2 li.inactive a {
	color: black;
	text-decoration: none;
}

#stops2 .time {
	position: absolute;
	float: right;
	left: 75%;
	top: 1.1em;
	text-decoration: underline;
}

#stops2 li.this_stop {
	font-weight: 500;
}

#stops2 li.this_stop h3 {
	font-weight: 300;
}

li .stop_name {
	width: 60%;
	display:inline-block;
}

#loading {
	width: 50%;
	margin : 0 auto;
}

@media screen and (min-device-width: 1024px) {
	#stops2 .time {
		left: 55%;
	}
	li .stop_name {
		width: 35%;
	}
}

#realtime {
	position: sticky;
	bottom: 0px;
	height: 5.5em;
	background-color: red;
	margin: 0 auto 0 auto;
	width: 100%;
	text-align: center;
	color: #fff;
}

#realtime h3 {
	padding-top: 1.2em;
}

#maplink {
  position: fixed;
  right: 2%;
  z-index: 1;
  background-color: #ADD8E6;
  border-radius: 25px;
  border: 0px;
  padding-left: 20px;
  padding-right: 20px;
  height: 2.8em;
}

#maplink h3 {
	color:  #fff;
	margin-top:  0.3em;
	font-weight: 300;
	word-spacing: 0.15em;
}

#tlink {
  position: fixed;
  right: 2%;
  background-color: #ADD8E6;
  border-radius: 25px;
  border: 0px;
  padding-left: 20px;
  padding-right: 20px;
  height: 2.8em;
  z-index: 500;
}

#tlink h3 {
	color:  #fff;
	margin-top:  0.3em;
	font-weight: 300;
	word-spacing: 0.15em;
}

#release {
	display: inline-block;
	background-color: #ADD8E6;
	border: 2px solid #8aacb8;
	padding: 0.35em 0.6em;
	position: absolute;
	left: 50%;
	top:  65%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

h2#release, h2#release a {
	color: white;
	font-weight: 200;
	text-align: center;
  border-radius: 25px;
}

/*h2#release {
	margin-top: 10px;
	color: white;
	font-weight: 200;
	text-align: center;
}*/

#realtime2 {
	height: 5.5em;
	background-color: red;
	margin: 0 auto 0 auto;
	width: 100%;
	text-align: center;
	color: #fff;	
}

#realtime h3 {
	position: relative;
	top: 30%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
/*	font-weight: bold;*/
}

#about {
	float: right;
}


/* End of stops_new2 */


 
.voffset  { margin-top: 2px; }
.voffset1 { margin-top: 5px; }
.voffset2 { margin-top: 10px; }
.voffset3 { margin-top: 15px; }
.voffset4 { margin-top: 30px; }
.voffset5 { margin-top: 40px; }
.voffset6 { margin-top: 60px; }
.voffset7 { margin-top: 80px; }
.voffset8 { margin-top: 100px; }
.voffset9 { margin-top: 150px; }