html,
body {
	height: 100%;
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
		Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

#mapid { 
    height: 100%; 
}

.fa-bus {
    display: inline-block;
    border-radius: 50px;
    color:#2f73ac;
    background-color: white;
    box-shadow: 0px 0px 2px #888;
    padding: 0.5em 0.6em;
}

.fa-map-marker {
    font-size: 43px;
    color:grey
}

.fa-info-circle {
    font-size: 30px;
    color: white;
    opacity: 0.8;
    cursor: pointer;
}
.fa-info-circle:hover {
    color: #777;
}

.info {
    overflow: auto;
	padding: 6px 8px;
	font: 14px/16px Arial, Helvetica, sans-serif;
	background: white;
	background: rgba(255,255,255,0.8);
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
	border-radius: 5px;
}
.info h4 {
	margin: 0 0 5px;
	color: #777;
}

.legend {
    overflow: auto;
	line-height: 20px;
    color: #555;
    padding: 6px 8px;
}
.legend i {
	width: 18px;
	height: 18px;
	float: left;
	margin-right: 8px;
	opacity: 1;
}

select {
	background-color: #f4f4f4;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

div.content {
    padding: 0px;
    margin: 15px 20px;
}

div.content h3 {
    margin: 5px 0px;
}

div.content p {
    margin: 5px 20px;
}

.promptButtons {
    display: none
}

h2.title {
    padding: 10px 10px;
    margin: 0px;
}

.leaflet-control-attribution {
    display: none;
}