@import url( 'typicons-xtra-codes.css' );

@font-face {
  font-family: 'typicons-xtra';
  src: url('typicons-xtra.eot');
  src: url('typicons-xtra.eot#iefix') format('embedded-opentype'),
       url('typicons-xtra.woff') format('woff'),
       url('typicons-xtra.ttf') format('truetype'),
       url('typicons-xtra.svg#typicons-xtra') format('svg');
  font-weight: normal;
  font-style: normal;
}
 
[class*="typcnx-"]:before
{
	font-family: "typicons-xtra";
	font-style: normal;
	font-weight: normal;
	speak: none;

	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	/* opacity: .8; */

	/* For safety - reset parent styles, that can break glyph codes*/
	font-variant: normal;
	text-transform: none;

	/* fix buttons height, for twitter bootstrap */
	line-height: 1em;

	/* Animation center compensation - margins should be symmetric */
	/* remove if not needed */
	margin-left: .2em;
}