/*-----------------------------------------------------------------------------*
|	$Id: tooltip.css,v 1.1 2019/06/27 13:26:23 wolf Exp $
*-----------------------------------------------------------------------------*/

html, body {
	height: 100%;
}

.olMap {
	color: black;
}

.olMap a {
	background: transparent;
	color: blue;
	text-decoration: none;
}

@media (hover:none) {

	.olControlPanZoomBar {
		display: none;
	}
}

.olControlTooltip {
	background: yellow;
	border: 1px solid gray;
	color: black;
	font-family: monospace;
	font-weight: bold;
	opacity: 0.7;
}

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

/*-----------------------------------------------------------------------------*
|	$Id: tooltip.css,v 1.1 2019/06/27 13:26:23 wolf Exp $
*-----------------------------------------------------------------------------*/
