@charset "utf-8";
/* CSS Document */

/* the following 'clearfix' definitions are used to clear floated blocks,
  such that the container extends to the bottom... this is important! */
/* IE-mac definition */
.clearfix {
  /* display: inline-table; */
}

/* this uses the 'Holly Hack' : http://positioniseverything.net/easyclearing.html */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* end of 'clearfix' definitions */