/* General style */
body {
	color: #333;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 1em;
	padding: 0;
}
ul, li {
	list-style: none;
	margin: 0;
	padding: 0;
}
li {
	padding: 0.2em 0;
}
.ib {
	display: inline-block;
	padding-right: 30px;
	vertical-align: top;
	width: 33%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#font-size {
	width: 50px;
}
div, button, span, input {
	font-family: Calibri,Tahoma,Sans-Serif !important;
}
.CodeMirror pre, .CodeMirror span {
	font-family: "Consolas" !important;
}

/* code that is in the main app but it's not visible in the standalone IDE demo */
.x-tool {
	position: relative;
}
.x-tool:after {
	font-size: 20px;

	font-family: 'fontawesome';
	content: attr(data-icon);
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;

	position: absolute;
	right: 3px;
}
.x-tool-expand-south:after {
	content: "\e002";
}
.x-tool-expand-north:after {
	content: "\e003";
}