html,
body {
	height: 100%;
	margin: 0;
}

.arcgis-zoom.arcgis-button {
	display: none !important; /* Hide the zoom buttons */
}

#cursorCoordinates {
	background: white;
	position: absolute;
	top: 0;
	right: 0;
}

#viewerIdContainer {
	position: absolute;
	top: 0px;
	left: 0px;
}

#specificObservationUrlContainer {
	position: absolute;
	top: 25px;
	left: 0px;
}

#viewerId {
	background: white;
}

#leftside {
	background: transparent;
	padding: 10px;

	position: absolute;
	top: 50px;
}

.action-button {
	font-size: 16px;
	background-color: #fff;
	border: 1px solid #d3d3d3;
	color: #6e6e6e;
	height: 32px;
	text-align: center;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
}

.action-button:hover,
.action-button:focus {
	background: #0079c1;
	color: #e4e4e4;
}

.active {
	background: #00c13a;
	color: #e4e4e4;
}

.esri-distance-measurement-2d {
	background-color: #fff;
}