.leaflet-control-geologyLegend {
	width :150px;
	background-color: rgba(255, 255, 255, 0.9);
	box-shadow: 0 0 5px #bbb;
	margin: 3%;
}

.leaflet-control-geologyLegend table,
.leaflet-control-geologyLegend table td,
.leaflet-control-geologyLegend table th {
	text-align: left;
	padding-left: 1px;
	color:black;
	font-size: 100%;
	font-weight: normal;
	width: 100%;
	border-collapse: collapse;
	table-layout: auto;
	word-wrap: break-word;
	border: 1px solid #333;
	opacity: 0.95;
}

.leaflet-control-geologyLegend table th:first-of-type {
	width: 35%;
	font-weight: bold;
}

.leaflet-control-geologyLegend table td:first-of-type {
	font-weight: bold;
	text-align: center;
	font-size: 110%;
}