body{
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.5;
	color: #000;
	background-color:#F4F4F4;
}

.leaflet-container.crosshair-cursor-enabled {
    cursor:pointer;
}

iframe{
	background-color:white;
	border: 1px;
	margin:0;
}

p{
	color: #000;
}

button{
	cursor: pointer;
}

div.explain{
	margin-left:12.5%;
	margin-right:12.5%;
	padding:2px;
	text-align:left;
	font-size: 0.8em;
	line-height: 1em;
	background-color:#F4F4F4;
	-webkit-user-select: none; /* Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+/Edge */
	user-select: none; /* Standard */
}



div.explain:hover{
	cursor: pointer;
}

div.explain:active{
	font-size: 2em;
}


h1 {
    color: #000;
	text-align:center;
	font-weight: 500;
	line-height: 1.2;
	margin-top: 0;
	box-sizing: border-box;
	vertical-align: text-bottom;
}

.clicktable{
	font-size: 0.7rem;
}

.clicktable tr:hover{
	cursor: pointer;
	font-size: 0.75rem;
}

div.iframediv{
	margin-top:5px;
	margin-left:5%;
	margin-right:5%;
	text-align:right;
}

button.iframebutton:hover {
	background-color:#002445;
	color:white;
}

button.iframebutton {
	background-color:white;
}

div.header{
	background-color:#002445;
	padding:10px;
	z-index: 2;
}

div.header> table{
	width:100%;
	color:white;
}

div.header> table > tbody > tr{
}

div.header> table > tbody > tr >td{
	text-align:center;
	color:white;
	font-size: 0.8rem;
}

div.header> table > tbody > tr >td >a{
	width:20%;
	color: #fff;
	text-decoration: none;
	border-radius: 5px;
	font-size: 0.78rem;
}

.optionmenu {
	width: 75%;
	background-color:white;
	margin-bottom:5px;
}

.multiiframe {
	text-align:center;
	width: 100%;
	margin-bottom:5px;
	border-spacing: 2px;
	background-color:lightgray;
}



@import url("mydigilabstyles.css");
