.form_wp_osm {
	background-color: #fff;
	padding: 20px;
	margin-bottom: 20px;
}
.form_wp_osm label {

	display: inline-block;

	width: 80px;

	vertical-align: top;

}

.form_wp_osm label.small_label {
	width: 32px;
}

.form_wp_osm input[type=text] {

	width: 200px;

}

.form_wp_osm .marker_edit {
	display: none;
}

#wp_openstreetmaps_search {
	position: relative;
	margin-bottom: 10px;
}

#wp_openstreetmaps_search input[name="q"] {
	font-size: 20px;
	line-height: 20px;
	width: 400px;
}

#wp_openstreetmaps_search .results {
	position: absolute;
	top: 30px;
	z-index: 9999;
	background: #eee;
}

#wp_openstreetmaps_search .results li {
	cursor: pointer;
}

#wp_osm_container {
	float: left;
	width: 66%;
}

#wp_osm_markers {
	float: left;
	margin-left: 10px;
	width: 30%;
}

.marker {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

.marker img {
	cursor: pointer;
	vertical-align: middle;
}

.marker .marker_edit {
	background-color: #ddd;
	padding: 10px;
}

.form_wp_osm input[type="text"],
.form_wp_osm textarea {
	border: 1px solid #444;
}

.form_wp_osm .notice-warning {
	margin-left: 0;
}

#wp_osm image {
	cursor: pointer;
}

.wp_osm {
	background-color: #fff;
	margin-top: 10px;
	padding: 10px;
	width: 300px;
}

.wp_osm h3 {
	margin-top: 10px;
}

.ol-popup {
	position: absolute;
	background-color: white;
	box-shadow: 0 1px 4px rgba(0,0,0,0.2);
	padding: 15px;
	border-radius: 10px;
	border: 1px solid #cccccc;
	bottom: 12px;
	left: -50px;
	min-width: 380px;
}
.ol-popup:after, .ol-popup:before {
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.ol-popup:after {
	border-top-color: white;
	border-width: 10px;
	left: 48px;
	margin-left: -10px;
}
.ol-popup:before {
	border-top-color: #cccccc;
	border-width: 11px;
	left: 48px;
	margin-left: -11px;
}
.ol-popup-closer {
	text-decoration: none;
	position: absolute;
	top: 2px;
	right: 8px;
}
.ol-popup-closer:after {
	content: "✖";
}

.important {
	font-size: 16px;
	color: #f00;
}

@media screen and (max-width: 400px)
{
	.ol-popup {
		min-width: 280px;
	}
}