/*	BulkWords
	*********
	Stylesheet for screens.
*/

@import url('default.css');
@import url('layout.css');
@import url('modals.css');
@import url('_components/misc.css');



/*	Debug
	*****/
#DEBUG {
	display:block;
	display:none; 	/*	Effe uit dat ding...	*/
	position:fixed;
	bottom:0;
	left:0;
	right:0;
	max-height:50px;
	overflow:auto;
	background:silver;
}

/*	Hacks
	*****/

/* slightly enhanced, universal clearfix hack */
.clearfix:after,
#main:after {
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
}
.clearfix,
#main {display:inline-block;}
/* start commented backslash hack \*/
* html .clearfix,
* html #main {height:1%;}
.clearfix,
#main {display:block;}
/* close commented backslash hack */

