body {
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
    font-size: 69%;
}

h1 {
    margin: .2em;
    margin-left:0em;
    font-size: 6em;
    line-height: .7em;
}

h2 {
    margin: 2.9em 0 .7em 0em;
    padding: 0px 10px 0px 0px;
}

h2.approaching {
    margin: .7em 0 .7em 10px;
    padding: 0px 10px 0px 0px;
}

h4.approaching {
    margin: .7em 0 .7em 10px;
    padding: 0px 10px 0px 0px;
}
h4.favorite {
    margin: .7em 0 .7em 10px;
    padding: 0px 10px 0px 0px;
    color: #555;
}
h2.sub {
    margin: 0.7em 0 .7em 0px;
    padding: 0px 10px 0px 11px;
}

h3 {
    margin: 0.5em 1.5em;
    padding: 0;
}

h4 {
    padding: 0;
}

h1 {
    float: left;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17%;
    padding: 14px 20px 0 20px;
    text-align: center;
    background-color: #fced6d;
}

h2.approaching span {
    line-height: 1.5em;
    -webkit-border-radius: 7px;
    -moz-border-radius: 17%;
    padding: 2px 14px 2px 14px;
    text-align: center;
    background-color: #fced6d;
}

h4.approaching span {
    line-height: 1.5em;
    -webkit-border-radius: 7px;
    -moz-border-radius: 17%;
    padding: 2px 14px 2px 14px;
    text-align: center;
    background-color: #fced6d;
}

h1 span {
    font-size: .4em;
    display: block;
    font-weight: normal;
}


h3 {
    float: left;
    -webkit-border-radius: 10px;
    -moz-border-radius: 17%;
    font-size:2em;
    padding: 0.5em;
    text-align: center;
    background-color: #fced6d;
}

#about h3 {
	font-size: 1.3em;
}
h3 span {
    font-size: .7em;
    display: block;
    font-weight: normal;
}

#predictions h3.noPredictions {
	float: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0;
	padding: 15px 6px 14px 6px;
	text-align: center;
	background-color: #fff;
	border: none;
	font-size: 14px;
	line-height: 1.1em;
	color: #ff0000;
}

p {
    margin: .4em 0 .8em 0;
    padding: 0 10px 0 0;
}

img {
    margin: 10px 0 5px;
}

#header {
    clear: both;
    float: left;
    width: 100%;
}


#header p,
#header h1,
#header h2,
#header h3 {
    color: #222;
    padding: .4em 15px 0 15px;
    margin: 0;
}

#header h3 {
    padding: .6em 15px .1em 15px;
    font-style: italic;
}

#header ul
 {
    margin: 20px 0 0px 0;
}

#header ul,
.col1 ul
 {
    clear: left;
    float: left;
    width: 97%;
    list-style: none;
    margin: 10px 0 10px 0;
    padding: 0;
}
#header ul
 {
    margin: 20px 0 0px 0;
}

#header ul li {
    display: inline;
    list-style: none;
    margin: 0;
    float: left;
    padding: 0;
}

#header ul li.about {
    float: right;
}

#header ul li.logo {
	width: 178px;
	margin-left: 3px;
}

#header ul li a {
    -webkit-border-top-right-radius: 7px;
    -webkit-border-top-left-radius: 7px;
    -moz-border-radius: 7% 7% 0 0;
    display: block;
    margin: 0 0 0 3px;
    padding: 6px 13px;
    text-align: center;
    background: #369;
    color: #fff;
    text-decoration: none;
    line-height: 1.3em;
}

#header ul li a:hover {
    background: #dcdcdc;
    color: #000;
}

#header ul li.about a {
    left: 0px;
}

#header ul li a.active,
#header ul li a.active:hover {
    color: #fff;
    background: #000;
    font-weight: bold;
}

#additional {
    clear: both;
    background: #eee;
    border-top: 2px solid #333;
    margin: 0;
    font-weight:0.8em !important;
    padding: 6px 15px !important;
    text-align: right;
}
#additional a {
}
#additional span.timeTemp {
	float:left;
	font-weight:bold;
    -webkit-text-size-adjust: 135%;
	
}

.colmask {
    position: relative;
    clear: both;
    float: left;
    width: 100%;
    min-height:25em;
    overflow: hidden;
}

.colright,
.colmid,
.colleft {
    float: left;
    width: 100%;
    position: relative;
}

.col1,
.col2,
.col3 {
    float: left;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #4f8189;
}

.fullpage {
    background: #fff;
}

.fullpage .col1 {
    width: 98%;
    padding: 10px;
}

#footer ul li.copyright{
	float: left;
	color: #ddd;
	font-size: 79%;
	padding: 5px 0px 0px 0px;
	margin: 0;
}

* {
    -webkit-text-size-adjust: 135%;
}
.edit a {
	display: block;
	text-align:center;
	float:right;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    padding:0.5em;
    width:3em;
    height:3em;
    margin: .7em 0;
    margin-right:1.5em;
	background:#dcdcdc;
    -webkit-text-size-adjust: 135%;
	width:10%; 
	float:right;
}
button.editBtn {
	margin-top: 19px;
}

h4.fav {
    margin: .7em 0;
    color: #555;
    width:70%;
    float:left;
}
h4.fav a {
    text-decoration:none;
}
h4.fav .busNumber { background:#233B50; color:#f2f2f2; font-size:175%; padding:9px; display:block;
	width:48px;
	border:2px solid #233B50;
	border-right:none;
	text-align:center;
	height:40px;
	float:left;
    -webkit-border-top-left-radius: 7px;
    -webkit-border-bottom-left-radius: 7px;
    -moz-border-radius: 7px 0 0 7px;
}
h4.fav .stopName { background:#369; color:#f2f2f2; padding:5px; display:block;
	margin-left:62px;
	padding-left:1em;
	border:2px solid #233B50;
	border-left:none;
	height:22px;
    -webkit-border-top-right-radius: 7px;
    -moz-border-radius: 0 7px 0 0;
}
h4.fav .busDir { background:#f2f2f2; color:#369; display:block;
	height:18px;
	padding:3px;
	margin-left:62px;
	padding-left:1em;
	border:2px solid #233B50;
	border-top:none;
	border-left:none;
	-webkit-border-bottom-right-radius: 7px;
    -moz-border-radius: 0 0 7px 0;
}

#mainMobile {
	display: block;
}

#mainBrowser {
	display: none;
}