* {
	box-sizing: border-box;
}
body{
	margin: 0;
	padding: 0;
}
.icon-container{
	padding: 10px;
	float: left;	
}
[class*="eicon-"]{
	display: block;
}
[class*="eicon-"]:before{
	content: '';
	display: block;
	width: 1em;
	height: 1em;
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-background-size: contain;
}
.eicon-logo {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3C!-- Created with Inkscape (http://www.inkscape.org/) --%3E%3Csvg width='16' height='16' viewBox='0 0 4.2333333 4.2333333' version='1.1' id='svg1' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg'%3E%3Cdefs id='defs1' /%3E%3Cg id='layer1'%3E%3Cpath id='path2' style='fill:%23000000;stroke-width:0.0326211' d='M 0.36554886,0.52954191 V 2.1607953 3.7920631 H 2.1603415 3.9551484 l -0.01187,-0.02805 -0.01187,-0.028039 L 3.5138712,2.8081448 3.0963331,1.880302 2.7946958,1.2092997 2.493074,0.53829745 2.4887637,0.53845328 2.4844533,0.53862459 2.3055539,0.93758628 2.1266688,1.3365479 1.650806,2.3938339 1.1749278,3.4511354 l -0.00431,0.015097 -0.00431,0.015097 h 0.077653 0.077642 l 0.067306,-0.1488856 0.067297,-0.1488851 0.5117625,-1.1349673 0.511747,-1.1349674 0.00608,0.001437 0.00608,0.001437 0.1413861,0.3135504 0.1414005,0.3135349 0.1886486,0.4186047 0.1886641,0.4185915 0.2649882,0.586904 0.2650037,0.5869173 0.01597,0.036682 0.01597,0.036671 H 2.1216312 0.52953561 V 2.1607953 0.69354303 H 1.3958223 2.2620934 l 0.023729,-0.0539568 0.023729,-0.0539457 0.012047,-0.0280504 0.012047,-0.0280504 H 1.3495965 Z M 0.68488287,2.0054481 v 0.077686 0.077664 h 0.46015653 0.460172 l 0.015705,-0.032361 0.015705,-0.032361 0.020303,-0.045314 0.020303,-0.045303 H 1.1810529 Z' /%3E%3C/g%3E%3C/svg%3E%0A");
	}