.cB {
	clear: both;
	display: block;
}

body {
	-webkit-user-select: none;
	-webkit-text-size-adjust: none;
	padding: 0;
	margin: 0;
	border: 0;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	height: 100%;
	background-color: black;
}
#time {
	display: none;
}

#header {
	position:absolute;
	z-index:2;
	top:0;
	left:0;
	width:100%;
	height:40px;
	line-height:40px;
	background-color:#000000;
	padding:0;
	color:#eee;
	font-size:20px;
	text-align:center;
	font-weight: bold;
}

#header a {
	color:#f3f3f3;
	text-decoration:none;
	font-weight:bold;
	text-shadow:0 -1px 0 rgba(0,0,0,0.5);
}

#footer {
	position:absolute;
	z-index:2;
	bottom:0;
	left:0;
	padding:0;
	background-color: black;
	display: block;
	color: white;
	text-decoration: none;
	font-size: 14px;
	height: 20px;
	line-height: 20px;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}

#footer img {
	border: none;
}

#wrapper {
	position:absolute;
	z-index:1;
	top:40px;
	bottom:20px;
	left:-9999px;
	width:100%;
	background:#fff;
	overflow:auto;
}

#scroller {
	position:absolute;
	z-index:1;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	width:100%;
	padding:0;
}

#scroller ul {
	list-style:none;
	padding:0;
	margin:0;
	width:100%;
	text-align:left;
}

#scroller li {
	padding:0 10px;
	height:40px;
	line-height:40px;
	border-bottom:1px solid #ccc;
	border-top:1px solid #fff;
	background-color:#fafafa;
	font-size:14px;
}

#myFrame {
	position:absolute;
	top:0; left:0;
}

#content {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
	max-width: 320px;
	width: 100%;
	position: relative;
}
#locationLoader, #dataLoader {
	background-color: black;
	color: white;
	margin: 0 auto;
	max-width: 320px;
	width: 100%;
	display: none;
	position: fixed;
	top: 40px;
	text-align: center;
}
table {
	width: 100%;
	border-collapse: collapse;
}
th {
	border: 0;
}
td {
	border-color: #BBBBBB;
	border-image: none;
	border-style: solid;
	border-width: 1px 0 0;
}
tr.stop-name {
	background-color: #000000;
}
tr.stop-name th {
	color: #FFFFFF;
	text-align: left;
}
tr.stop-name th div.arrow {
	float: left;
	margin-left: 4px;
	width: 14px;
}
tr.stop-name.closed th div.arrow.open {
	display: none;
}
tr.stop-name.opened th div.arrow.close {
	display: none;
}
tr.stop-name th div.distance {
	float: right;
}
tr.short-info {
	background-color: #BBBBBB;
	color: #444444;
}
tr.short-info td {
	padding-left: 19px;
}
tr.route-info {
	display: none;
	background-color: white;
}
td.route-name {
	
}
td.route-name div {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	padding: 3px;
	margin-left: 4px;
	min-width: 30px;
}
td.destination {
	font-size: 13px;
	padding-left: 5px;
}
td.countback {
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 25px 33px;
	width: 90px;
	vertical-align: bottom;
}
td.countback div.time {
	font-size: 13px;
	text-align: right;
}
td.countback div.countback {
	float: right;
	font-size: 24px;
	font-weight: bold;
	height: 27px;
	text-align: right;
	white-space: nowrap;
	width: 40px;
}
td.countback div.countback.futar {
	color: #008800;
	display: none;
}
td.walk {
	background-image: url(../img/walk.png);
}
td.hurry {
	background-image: url(../img/hurry.png);
}
td.run {
	background-image: url(../img/run.png);
}
tr.stop-times {
	display: none;
	background-color: #DDDDDD;
	color: #444444;
	font-size: 13px;
}
#dataContainer {
	background: #fff;
	color: #000;
}
td.empty {
	background-color: #FFFFCC;
	height: 40px;
	text-align: center;
}

/**
 *
 * Pull down styles
 *
 */
#pullDown, #pullUp, #initLoader, #more {
	background:#fff;
	height:30px;
	line-height:30px;
	padding:5px 40px 5px 10px;
	color:#888;
	text-align:center;
	font-size: 12px;
}
#more {
	padding: 0;
	height: auto;
	border-bottom: 1px solid #BBBBBB;
	font-weight: bold;
}
#more.loading {
	padding:5px 40px 5px 10px;
	height: 30px;
}
#more div {
	display: block;
	width: 46%;
	padding: 5px;
	float: left;
	color: #888;
	text-decoration: none;
	line-height: 34px;
	cursor: pointer;
}
#more div img {
	float: left;
	margin: 5px 0 5px 5px;
}
#more div:first-child {
	border-right: 1px solid #BBBBBB;
}
#pullUp {
	display: none;
}
#pullDown .pullDownIcon, #pullUp .pullUpIcon, #initLoader .initLoaderIcon, #more .pullDownIcon {
	display:block;
	float:left;
	width:30px;
	height:30px;
	background:url(../img/pull-icon@2x.png) 0 0 no-repeat;
	-webkit-background-size:30px 60px;
	background-size:30px 60px;
	-webkit-transition-property:-webkit-transform;
	-webkit-transition-duration:250ms;	
}
#pullDown .pullDownIcon {
	-webkit-transform:rotate(0deg) translateZ(0);
}
#pullUp .pullUpIcon  {
	-webkit-transform:rotate(-180deg) translateZ(0);
}

#pullDown.flip .pullDownIcon {
	-webkit-transform:rotate(-180deg) translateZ(0);
}

#pullUp.flip .pullUpIcon {
	-webkit-transform:rotate(0deg) translateZ(0);
}

#pullDown.loading .pullDownIcon, #pullUp.loading .pullUpIcon, #initLoader .initLoaderIcon, #more.loading .pullDownIcon {
	background-position:0 100%;
	-webkit-transform:rotate(0deg) translateZ(0);
	-webkit-transition-duration:0ms;
	-webkit-animation-name:loading;
	-webkit-animation-duration:2s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:linear;
}

@-webkit-keyframes loading {
	from { -webkit-transform:rotate(0deg) translateZ(0); }
	to { -webkit-transform:rotate(360deg) translateZ(0); }
}