html { height: 100% }
body {
	height: 100%;
	margin: 0;
	padding: 0;
	/* font-family: Arial, sans-serif; */
}

#map_canvas { height: 100% }

#tcomm_controls {
	position: fixed;
	top: 0;
	left: 0;
	text-align: center;
	width: 100%;
	z-index: 1000;
}

#tcomm_controls a,
#map_controls a {
	color: #0a64a4;
	padding: 10px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	background: #ffce40;
	font-weight: bold;
	border: 1px solid #0a64a4;
}
#map_controls .filter_button {
	background: #fff;
}

#map_controls {
	position: fixed;
	top: 0;
	left: 0;
}


#update_info {
	position: fixed;
	top: 0;
	right: 0;
	font-size: small;
	background: #fff;
	border-bottom-left-radius: 5px;
	padding: 10px;
	text-align: right;
	border: 1px solid #0a64a4;
	z-index: 1000;
}

#data_updating_spinner {
	font-size: x-small;
}

.hidden {
	display: none;
}

@media only screen and (max-device-width: 640px) {
	#update_info {
		bottom: 0;
		left: 0;
		width: 100%;
		top: auto;
		right: auto;
		text-align: left;
		background: 0;
		border: 0;
	}
}

#doorbell-button {
	z-index: 1010;
	bottom: 15px;
}
#doorbell-background {
	z-index: 1011;
}
#doorbell {
	z-index: 1012;
}

.stop_icon {
	text-align: center;
	line-height: 10px;
}

.stop_icon_symbol {
	color: white;
	background-color: rgba(10, 100, 164, 255);
	width: 16px;
	height: 16px;
	font-weight: bold;
	vertical-align: middle;
}

.stop_icon_no {
	font-size: 10px;
	color: rgba(10, 100, 164, 255);
	font-weight: bold;
}

#map_canvas .departures-list .stop-modification,
#map_canvas .departures-list .trip-btn,
#map_canvas .departures-list .block-btn,
#map_canvas .departures-list .vehicle-model {
	display: none;
}