/*
IE7 Fixes
Not perfect, but maybe livable - I don't usually
Add any IE7 support cause it's an old browser
But hopefully this is a good start for you if you
do want to expand on it - good luck!
================================================== */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* IE6 */
* html .clearfix {
  height: 1%;
}
/* IE7 */
*:first-child + html .clearfix {
  min-height: 1%;
}