@charset "UTF-8";
/* ------------------------------------------------------------------------------------------------------------------------------ */
/* -------------------------- Hacks CSS - Styles to correct various bugs -------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------------ */

.wrapper:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Hides from IE-mac \*/
* html .wrapper {
	height: 1%;
}
/* End Hide from IE-mac */
