/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

code {
  color: #E01A76;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.leaflet-container {
    width: 100%;
/*    display: flex;
    flex-direction: column-reverse;
*/    min-height: 200px;
}


.generalMapContainer > .leaflet-container {
    width: 100%;
	/*    display: flex;
		flex-direction: column-reverse;
	*/    
	min-height: 200px;
	height: 700px;
}

.mapMarkerPrice{
	height: 25px;
	width: 45px;
	background-color: #075fdd;
	color: white;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 25px;
	border: 1px solid white;
}
