/** Base styles for global use **/
body{
	margin: 0;
}
.cf:before, .cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}
