.icon:before {
	font-family: "icons";
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	/* speak: none; only necessary if not using the private unicode range (firstGlyph option) */
	text-decoration: none;
	text-transform: none;
}

.icon-link:before {
	content: "\E001";
}

.icon-reset:before {
	content: "\E002";
}

.icon {
  vertical-align: middle;
  font-size: 1em;
  color: inherit;
}
