<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#map {
	width: 100%;
	height: 650px;
	position: absolute;
	left: 0px;
}
.map_container {
	height: 650px;
	width: 100%;
}
.gmap_settings_field{
	width: 400px;
	}
	.gmap_labal_field {
		width: 300px;
		display: block;
		text-align: left;
	}
#map h3{
	margin: 0px;
}
#map ul li{
	list-style: none;
	margin: 0px;
}
.addimage img{
	width : 300px;
}
.sample {
	width: 90%;
	overflow: hidden;
	position: relative;
	border: solid 5px #fff;
}
.help {
	padding: 10px 30px;
	background-color: #5a56e3;
	border-radius: 4px;
	color: #fff;
	text-decoration: navajowhite;
	font-size: 14px;
	line-height: 45px;
}
</pre></body></html>