#addFlightBtn.ui.button.tiny {
	cursor: pointer;
	display: inline-block;
	width: auto;
	height: auto;
	min-height: 1em;
	outline: none;
	border: none;
	vertical-align: baseline;
	background: #e0e1e2 none;
	color: rgba(0,0,0,.6);
	font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
	margin: 0 .25em 0 0;
	padding: .78571429em 1.5em;
	text-transform: none;
	text-shadow: none;
	font-size: 14px;
	font-weight: 700;
	line-height: 1em;
	font-style: normal;
	text-align: center;
	text-decoration: none;
	border-radius: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: opacity .1s ease,background-color .1s ease,color .1s ease,box-shadow .1s ease,background .1s ease;
	transition: opacity .1s ease,background-color .1s ease,color .1s ease,box-shadow .1s ease,background .1s ease;
	will-change: '';
	-webkit-tap-highlight-color: transparent;
	box-shadow: 0 0 0 1px transparent inset,0 0 0 0 rgba(34,36,38,.15) inset;
}

#addFlightBtn.ui.button.tiny:hover {
	background-color: #cacbcd;
	background-image: none;
	box-shadow: 0 0 0 1px transparent inset,0 0 0 0 rgba(34,36,38,.15) inset;
}

.mapboxgl-ctrl-top-left {
	width: calc(100% - 65px);
}

.mapboxgl-ctrl-top-left .mapboxgl-ctrl-geocoder {
	width: 100%;
	max-width: 100%;
}

.mapboxgl-ctrl-top-left .mapboxgl-ctrl-geocoder input[type='text'] {
	font-size: 16px;
}

.airmap-active .airspace-group {
	margin-bottom: 12px;
}

.airmap-active .airspace-group--title {
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
	margin-bottom: 8px;
}

.airmap-active .airspace-group--item {
	margin-bottom: 8px;
}

.airmap-active .airspace-group--property {
}

.airmap-active .airspace-group--property--name {
	font-size: 1.1em;
}
