@charset "UTF-8";

@font-face {
	font-family: 'AtB';
	font-style: normal;
	font-weight: normal;
	src: url("/webfonts/AtB Digital Regular.ttf") format("truetype");
}

body {
	font-family: "Montserrat";
	font-size: 0.9em;
	padding: 5px;
}

#routelist {
	overflow: auto;
	display: none;
}

#rightInfo {
	overflow: auto;
	position: absolute;
	top:20px;
	display:none;
}

#resizer {
	height: 6px;
	width:99vw;
	cursor: ns-resize;
	background-color: #e0e0e0;
	position: absolute;
	display: none;
}

#mapRoute {
	width: 100%
}

h2 {
	font-family: "Lato";
	font-size: 24px;
}

.hidden {
	display: none;
}
.hiddenMobile {
	visibility: hidden;
}
.display-7 {
	font-size:calc(1.325rem + 0.9vw);
	font-weight:300;
	line-height:1.2
}
@media(min-width:1200px) {
	.display-7 {
		font-size:2.0rem
	}
}
@media(min-width:700px) {
	.hiddenMobile {
		visibility: visible;
	}
}
.select_background {
	background: #AAAAAA none !important;
	cursor: pointer;
}
.leaflet-tooltip.info {
	font-family: AtB;
	background: yellow;
	color: black;
	font-weight: bold;
	font-size: 11px;
	padding: 1px;
}

