@font-face {
	font-family: 'ElegantIcons';
	src: url('../fonts/ElegantIcons.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}


.icon_check {
	font-family: 'ElegantIcons';
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
    color: #091E3E;
}


.icon_check:before {
	content: "\4e";
}


label {
    color: #091E3E;
}
