/*-----------------------------------------------------------------------------*
|	$Id: layerchanger.css,v 1.2 2019/07/22 01:11:10 wolf Exp $
*-----------------------------------------------------------------------------*/

html, body {
	height: 100%;
}

@media (hover:none) {

	.olControlPanZoomBar {
		display: none;
	}
}

#button-box {
	background: white;
	border: 1px solid gray;
	border-radius: 1ex;
	bottom: 13px;
	left: 2px;
	margin-right: 15ex;
	max-width: 50%;
	padding: 0.5ex;
	position: absolute;
	z-index: 10000;
}

#map {
	background: #eeeeee;
	height: 100%;
	width: 100%;
}

body.shrink-map #map {
	height: 80%;
}

/*-----------------------------------------------------------------------------*
|	$Id: layerchanger.css,v 1.2 2019/07/22 01:11:10 wolf Exp $
*-----------------------------------------------------------------------------*/
