.back-to-map {
	text-align: left;
	font-size: 16px;
}

.content {
	padding-left: 10px;
}

.title-container {
	padding-top: 30px;
}

.epsg{
	min-height: 50px;
	display: flex;
	padding-left: 5px;
}

.epsg-search-box {
	width: 250px;
}

.epsg-dropdown {
	border-radius: 10px;
	min-width: 450px;
	scrollbar-width: none;
	border: 1px solid #ccc;
	display: none;
	position: absolute;
	background: white;
	max-height: 200px;
	overflow-y: auto;
}

.epsg-dropdown li:hover {
	cursor: pointer;
	background: #eee;
}

.cta-button {
	display: inline-block;
	padding: 15px 30px;
	font-size: 1rem;
}

.save-container{
	display: flex;	
}

.save-button{
	padding: 10px 20px;
}