@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot?qqhtra');
	src:url('fonts/icomoon.eot?qqhtra#iefix') format('embedded-opentype'),
		url('fonts/icomoon.ttf?qqhtra') format('truetype'),
		url('fonts/icomoon.woff?qqhtra') format('woff'),
		url('fonts/icomoon.svg?qqhtra#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon' !important;
	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;
}

.icon-history:before {
	content: "\e800";
}
.icon-database:before {
	content: "\e801";
}
.icon-users:before {
	content: "\e802";
}
.icon-enlarge:before {
	content: "\e803";
}
.icon-shrink:before {
	content: "\e804";
}
.icon-tab:before {
	content: "\e805";
}

