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

/* FONT
 * -------------------------- */
[class^="icon-"],
[class*=" icon-"] {
	font-family: icomoon;
	font-weight: normal;
	font-style: normal;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
	*margin-right: .3em;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
	text-decoration: inherit;
	display: inline-block;
	speak: none;
	margin-right: .3em;
}

.icon-arrow-left:before  { content: "\e000"; }
.icon-arrow-right:before { content: "\e001"; }
.icon-exit:before        { content: "\e002"; }
.icon-locked:before      { content: "\e003"; }
.icon-undo:before        { content: "\e005"; }
.icon-download:before    { content: "\e006"; }
.icon-book:before        { content: "\e007"; }
.icon-table:before       { content: "\e004"; }