/* Nicolas Gallaghers Clearfix solution
   Ref: http://nicolasgallagher.com/micro-clearfix-hack/ */

.imd-cf:before,
.imd-cf:after   { content: " "; display: table; }
.imd-cf:after   { clear: both; }
.imd-cf         { *zoom: 1; }