html{
	-webkit-text-size-adjust:none;
}
body{
	margin:0;
	padding:0;
}
.iPhoneViewPort{
	width:320px;
}
.userInput{
	font-size: 22px;
	text-align: center;
}
select.userInput{
	font-size: 18px;
	text-align: center;
}
form.userInput{
	height:22px;
}
button.userInput{
	height:22px;
}
.adContainer{
	text-align: center;
}
#clock{
	font-size: 18px;
	text-align: center;
}
.timeTables{
	
}
.timeTable{
	-webkit-border-radius: 8px;
	border-width: 1px;
	border-style: solid;
	margin: 4px;
	overflow: hidden;
}
.station, .route, .time{
	border-color: #ffffff;
	border-width: 0px;
	border-style: none;
}
.station{
	white-space: nowrap;
}
.marqueeify{
	overflow: hidden;
	overflow-x:-webkit-marquee;
	-webkit-marquee-direction: auto;
	-webkit-marquee-style: alternate;
	-webkit-marquee-speed: normal;
	-webkit-marquee-increment: small;
	-webkit-marquee-repetition: infinite;
}
button.footer{
	font-size: 18px;
	text-align: center;
}
div.selectList{
	background-repeat:repeat-x;
	font-size: 16px;
	height: 52px;
}
.selectItem{
	padding-top: 15px;
}
.header{
	font-variant: small-caps;
	font-size: 24px;
	margin:2px;
}