body {
		/* font-family: Helvetica, Arial;
		font-size: 10px;
		line-height: 18px; */
		backround: #fefefe;
		color: #808080; 
	}
	
	/*
	h1 {
		font-size: 24px;
		margin-top: 20px;
	}
	
	h2 {
		font-size: 16px;
		margin-top: 20px;
		text-transform: uppercase;
	}
	
	h3 {
		font-size: 14px;
		margin-top: 20px;
		margin-bottom: 0px;
		margin-left: 20px;
		font-weight: bold;
	}
	
	h4 {
		font-size: 12px;
		margin-left: 60px;
		margin-top:8px;
		margin-bottom: 8px;
	}
	*/
	a {
		color: inherit;
		text-decoration: underline;
	}
	
	a:hover {
		color: orange;
		text-decoration: none;
	}
	
	.stop-number {
		font-size: 12px;
	}
	.info {
	}
	

	.route-wrap {
		margin-left: 40px;
	}
	 
	 .route {
		margin-left: 70px;
		margin-bottom: 6px;
	 }
	 /*
	 .route-number {
		 font-size: 12px;
		 font-weight: bold;
	 }
	 */
	 .stop-name {
		 text-transform: capitalize;
	 }
	 
	 .trips {
		margin-left: 120px;
		margin-bottom: 6px;
	 }
	 
	 .next-trip {
		 font-weight: bold;
	 }
	 /*
	 .trip_update {
		font-size: 8px;
		text-transform: uppercase;
	 }
	 */
	 .green {
		 color: #659f00; /* green */
	 }
	 
	 .amber {
		 color: #eaa000; /* ahhmbuh */
	 }
	 
	 .red {
		 color: #ff6f48; /* red */
		 
	 }
	
	 	.success {
	 	 color: #659f00; /* green */
	}
	.error {
		color: #ff6f48; /* red */
	}
	 
	 
	 
	 div[id^='info-'] {
display: none;

 /*
  -webkit-transition: height .1s ease;
     -moz-transition: height .1s ease;
       -o-transition: height .1s ease;
      -ms-transition: height .1s ease;
          transition: height .1s ease;
*/
}


.routes-header:hover {
  cursor: pointer;
  
}

#map {
	width: 100%;
	height: 480px;
	
}

.jumbotron {
	cursor: pointer;
	position: relative;
}

@media screen and (max-width: 480px){
	
	#forms {
		display: block;
	}
	
	.container .jumbotron {
		padding: 10px;
		border-radius: 0;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
		margin-bottom: 0;
	}
	
	.jumbotron h1 {
		font-size: 18px;
		text-transform: uppercase;
		margin-top: 0;
		margin-bottom: 0;
		
	}
	
	.extra-title {
		display: none;
	}
	
	.map-row {
	
	padding: 0 15px;
		
	}
	
	
	#map {
		height: 240px;
	}
	
	
	
	
}

	 
	
