.objectInfoTable{				    
	border-collapse: collapse;
	margin-top:15px;
}
.objectInfoTable, .objectInfoTable th, .objectInfoTable td{
	border: 1px solid #666;
	padding:5px 8px;
	text-align: left
}
.objectInfoTable td{
	text-align: right
}
.objectInfoTable .objectInfoTable__h{
	text-align: center
}

#m{
	height: 100vh;
	min-height: 500px;
}

.leaflet-container{
	background: #dfeaf3;
}

#m.is-routing,
#m.is-routing .leaflet-container,
#m.is-routing .leaflet-pane,
#m.is-routing .leaflet-marker-pane,
#m.is-routing .leaflet-overlay-pane,
#m.is-routing .leaflet-interactive {
	cursor: url('route-cursor.svg') 16 16, crosshair !important;
}

.route-edit-marker-icon {
	width: 18px;
	height: 18px;
	border: 3px solid #ffffff;
	border-radius: 50%;
	background: #d62828;
	box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.7), 0 2px 8px rgba(0, 0, 0, 0.35);
	box-sizing: border-box;
}

#m.is-routing .route-edit-marker-icon,
#m.is-routing .route-edit-marker-icon:hover {
	cursor: pointer !important;
}

#controlbox__showposition, #controlbox__share{
	display:none
}
#resultUrl{
	display:none					
}