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

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
	font-family: 'entypo';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	margin:0 5px 0 0;
}

.icon{
	position:relative;
	display:inline-block;
	font-family: 'entypo';
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	margin:0 5px 0 0;
	vertical-align:baseline;
}

.icon.only-icon{
	margin:0;
}
.button .icon{
	vertical-align:middle;
}
.only-icon:before{
	margin:0;
}

.nav-bar .icon-only{
	display:block;
	height:100%;
}
.alert-box .icon, .error-box .icon, .success-box .icon, .note-box .icon, .btn .icon{
	vertical-align:middle;
}

th > .icon{
	margin: 0 0 0 5px;  
}
