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

/* ICONS */
.icon-tempIcon {
	background: url('temp.png') center center no-repeat;
}
.icon-salIcon {
	background: url('sal.png') center center no-repeat;
}
.icon-vorIcon {
	background: url('vor.png') center center no-repeat;
}
.icon-velmagIcon {
	background: url('velmag.png') center center no-repeat;
}
.icon-velanimIcon {
	background: url('velanim.png') center center no-repeat;
}
.icon-veldirIcon {
	background: url('veldir.png') center center no-repeat;
}
.icon-lightIcon {
	background: url('light.png') center center no-repeat;
}
.icon-darkIcon {
	background: url('dark.png') center center no-repeat;
}
.icon-satIcon {
	background: url('satellite.png') center center no-repeat;
}
.icon-strIcon {
	background: url('street.png') center center no-repeat;
}
.icon-homeIcon {
	background: url('home.png') center center no-repeat;
}