.cf { clear: both; height: 0.1em; width: 100%; font-size: 0.1em; /*border: 1px solid #000;*/ }
.cfline { clear: both; height: 0.1em; width: 100%; font-size: 0.1em; border-top: 1px solid black; }

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

.cf, .cfline {display: inline-block;}

/* Hides from IE-mac \*/
* html .cf, * html .cfline {height: 1%;}
.cf, .cfline {display: block;}
/* End hide from IE-mac */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* \*/
* html .clearfix { height: 1%; }
/* */

.padded { height: 4px; clear: both; }
