@font-face {
	font-family: 'planoview-icons';
	src:url('fonts/planoview-icons.eot?-15kvr3');
	src:url('fonts/planoview-icons.eot?#iefix-15kvr3') format('embedded-opentype'),
		url('fonts/planoview-icons.ttf?-15kvr3') format('truetype'),
		url('fonts/planoview-icons.woff?-15kvr3') format('woff'),
		url('fonts/planoview-icons.svg?-15kvr3#planoview-icons') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="pv-icon-"], [class*=" pv-icon-"] {
	font-family: 'planoview-icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.pv-icon-zoommap:before {
	content: "\e600";
}

.pv-icon-zoommap {
	position: relative;
	top: 3px;
}

.pv-icon-annotation {
	position: relative !important;
	top: 5px !important;
}	
