@import url("fonts.css");
/* clearfix */
.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .toolbar .clearfix {
	display:block;
}
* html .clearfix {
	height: 1%;
}

/* utilities */
strong { font-weight: bold !important; }
.show { display: block; }
.hide {	display: none; }