
body {
	padding: 0;
	margin: 0;
    overflow:hidden;
}
html, body {
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
}

#map {
    height:100%;
    width:100%;
    position:absolute;
    bottom:0;
    z-index: 1000;
}

th {
	text-align: left;
	vertical-align: top;
}
.info {
	padding: 6px 8px;
	font: 14px/16px Arial, Helvetica, sans-serif;
	background: white;
	background: rgba(255,255,255,0.8);
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
	border-radius: 5px;
}
.info h2 {
	margin: 0 0 5px;
	color: #777;
}
.leaflet-container {
	background: #fff;
}
.close {
    top:3px;
    right:4px;
    position: absolute;
    padding:4px;
    background-color:white;
    border-bottom:1px solid black;
    border-right:1px solid black;
    border-radius:4px;
}
.close:hover {
    background-color: #339933; 
    cursor: pointer;
}

.leaflet-popup-content-wrapper {
    border-radius:4px;
}
.leaflet-popup-content {
    font-size:1.3em;
}
.leaflet-popup-content td, th {
    padding: 0 10px 0 10px;
}
.leaflet-popup-content table {border: 2px solid rgba(100,150,220,0.7);}

.leaflet-popup-content tr:nth-child(odd) {background: #e6e6e6;}
.leaflet-popup-content tr:first-child {
    background-color: rgba(100, 150, 220, 0.5);
}

#gp {
    border:2px solid #006699;
    width:8px;
    height:8px;
    border-radius:50%;
}
#chem {
    border:2px solid #33cc33;
    width:10px;
    height:10px;
    border-radius:50%;
}
#pump {
    border:2px solid #b22505;
    width:12px;
    height:12px;
    border-radius:50%;
}
#drill {
    border:2px solid #66ccff;
    width:14px;
    height:14px;
    border-radius:50%;
}
.cir {
    background-color:rgba(0,0,0,0);
    display:inline-block;
    margin-left:8px;
    float:right;
}
.leaflet-control-layers-group label {
    margin:0.2em 0;
}
.leaflet-control-layers-expanded {
    width:102%;
}

#intro {
    width: 50%;
    height:80%;
    padding:10px;
    position: relative;
    margin:auto;
    margin-top:5%;
    border:2px solid #006699;
    box-shadow: 0 0 15px rgba(0,0,0,0.6);
    z-index:2000;
    background-color:rgba(255,255,255,0.9);
    min-width:280px;
    max-height:600px;
    overflow-y:scroll;
}
#intro h4, h3 {
    text-align:center;
    margin: 1% auto;
    font-family: Arial, sans-serif;
}

#intro h4 {margin-top:6%;}

#intro p {margin:2% 4% 4% 4%;}
#intro img {
    margin-left:auto;
    margin-right:auto;
    opacity: 0.9;
    display:block;
    width:120px;
}
#closeButton {
    text-align: center;
    display:block;
    margin:30px auto 0 auto;
    border-radius:4px;
    box-shadow: 0 0 5px rgba(0,0,0,0.6);
    border:1px solid gray;
    background: rgba(0,0,0,0.6);
    color:#fff;
    padding:10px;
}
#closeButton:hover {
    color:#000;
    background-color:#fff;
    cursor: pointer;
}
@media(max-width:600px) {
    .leaflet-container .leaflet-control-attribution, .leaflet-container .leaflet-control-scale {
        font-size:7px;
    }
}
