html, body, #viewDiv {
	padding: 0;
	margin: 0;
	height: 100%;
	width: 100%;
}

.esri-attribution__powered-by {
	display: none;
}

.esri-view-width-xlarge .esri-popup__main-container, .esri-view-width-large .esri-popup__main-container, .esri-view-width-medium .esri-popup__main-container {
	width: 200px !important;
}

#buttons {
      position: absolute;
      bottom: 7px;
      width: 100%;
      padding: 10px 0;
      z-index: 1;
      text-align: center;
    }

button {
	background: white;
	padding: 7px;
	border: 1px solid #005e95;
	font-size: 0.9em;
	margin: 5px;
	color: #005e95;
	font-family: "Avenir Next W01", "Arial", sans-serif;
}

button:hover {
	background: #005e95;
	color: white;
	cursor: pointer;
}