/*~~~~~~~~~~~~~~~~ CSS HACKS ~~~~~~~~~~~~~~~~~~*/
/*~~~~ these are items that are currently troublesome for CSS layout that will hopefully*/
/*~~~~ be fixed in future browser*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/* Allows line-wrapping of legend elements in KCs in IE */
legend {
	display:table; /* Enable line-wrapping in IE8+ */
	white-space:normal; /* Enable line-wrapping in old versions of some other browsers */
}