@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');

body,
html {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
}

canvas {
  vertical-align: top;
}

.dg.a {
	margin-top: 10px;
	min-width: 300px;
	display: none;
}

.app-wrapper {
	position: fixed;
	left: 0;
	top: 0;
}

.markers {
	position: relative;
	padding: 0;
	list-style-type: none;
}

.marker {
	color: white;
	font-weight: 300;
	font-size: 14px;
}

.marker:before {
	content: '';
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: white;
	position: absolute;
	left: 50%;
	top: -50%;
}
