
/*** WEBFONT ICONS ***/

@font-face {
	font-family: 'IcoMoon-Ultimate';
	src: url('IcoMoon-Ultimate.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
.icon {
	font-family: 'IcoMoon-Ultimate' !important;
	font-size: 16px;
	speak: none;
	font-style: normal;
	font-weight: normal !important;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	margin-right: 5px;
	
	/* Enable Ligatures ================ */
	-webkit-font-feature-settings: "liga";
	-moz-font-feature-settings: "liga=1";
	-moz-font-feature-settings: "liga";
	-ms-font-feature-settings: "liga" 1;
	-o-font-feature-settings: "liga";
	font-feature-settings: "liga";

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#system_message .icon {
	font-size: 28px;
	opacity: 0.7;
	float: left;
	margin-right: 7px;
}