﻿
/* Custom marker styles */
.custom-marker {
	width: 32px;
	height: 32px;
	text-align: center;
	/*color: white;*/
}

.marker-dot {
	width: 6px;
	height: 6px;
	background-color: red;
	border-radius: 50%;
}

.sailboat-icon {
	width: 32px;
	height: 32px;
}