html, body {
	height: 100%;
	padding: 0;
	margin: 0;
}

th, td {
	vertical-align: top;
	text-align: left;
}

#map, #map_draw_feature {
	height: 621px;
}

#featureListTable tbody tr {
	cursor: pointer;
}

.ol-popup {
	display: none;
	position: absolute;
	background-color: white;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	-webkit-filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
	filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
	padding: 15px;
	border-radius: 10px;
	border: 1px solid #cccccc;
	bottom: 12px;
	left: -50px;
	height: auto;
	width: auto;
	min-width: 100px;
}

.ol-popup-closer {
	text-decoration: none;
	position: absolute;
	top: 2px;
	right: 8px;
}

.ol-popup-closer:after {
	content: "X";
}

.ol-attribution a {
	text-decoration: none;
	color: #666;
	font-family: sans-serif;
	font-size: 100%;
}

.fileinput-button {
	position: relative;
	overflow: hidden;
	margin-right: -10px;
	margin-bottom: 5px;
	font-weight: bold;
}

.fileinput-button input {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	opacity: 0;
	filter: alpha(opacity = 0);
	transform: translate(-300px, 0) scale(4);
	font-size: 23px;
	direction: ltr;
	cursor: pointer;
}