/**
 * The (in)famous and wonderful clearfix trick. 
 *
 * For detailed information, see:
 * http://www.positioniseverything.net/easyclearing.html
 */
.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

* html>body .clearfix {
  display: inline-block; 
  width: 100%;
}
	
* html .clearfix {
/* Hides from IE-mac \*/
  height: 1%;
/* End hide from IE-mac */
}


.clear {
  clear:both; 
}