* html .cf { 
  zoom: 1; 
}

*:first-child+html .cf { 
  zoom: 1; 
}

.cf:after { 
  content: ""; 
  display: block; 
  clear: both; 
  height:0; 
  overflow: hidden; 
}
