.icon {
	display: inline-block;
	margin: 2px;
	height: 16px;
	width: 16px;
	background-color: #ccc;
}

/* ICONS */


.icon-cockles{
	background: url('../images/icons/cockles.png') center center;
}
.icon-osm{
	background: url('../images/icons/fuel.png') center center no-repeat;
}
.icon-baty {
	background: url('../images/icons/baty.png') center center no-repeat;
}
.icon-bottom {
	background: url('../images/icons/bottom.png') center center no-repeat;
}
.icon-currents {
	background: url('../images/icons/currents.png') center center no-repeat;
}

.icon-points {
	background: url('../images/icons/points.png') center center no-repeat;
}

.icon-genetics {
	background: url('../images/icons/dna.png') center center no-repeat;
}

.icon-parasites {
	background: url('../images/icons/parasites.png') center center no-repeat;
}

.icon-clams {
	background: url('../images/icons/clams.png') center center no-repeat;
}

/* MARKERS */
.leaflet-marker-icon {
	padding: 2px;
	text-align: center;
}
.marker-bar {
	background: url('../images/markers/bar.png') center center no-repeat;
}
.marker-fuel {
	background: url('../images/markers/fuel.png') center center no-repeat;
}
.marker-parking {
	background: url('../images/markers/parking.png') center center no-repeat;
}
.marker-drinking_water {
	background: url('../images/markers/drinking_water.png') center center no-repeat;
}
