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

[class^="jpw-icon-"], [class*=" jpw-icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	display: inline-block;
	font: normal normal normal 14px/1 'jpw-icon';
	font-size: inherit;
	speak: none;
	vertical-align: middle;

	/* Better Font Rendering =========== */
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.jpw-icon-ok:before {
	content: '\e800';
}

.jpw-icon-cancel:before {
	content: '\e801';
}
