.layout {
        margin: 0;
        padding: 0;
        width: auto;
        height: auto;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 1px;
    clear: both !important;
    visibility: hidden;
}

.clearBoth {
	clear: both;
}

.clearStop {
	clear: both;
	font-size: 1% !important;
	height: 1%;
}
.clearStopWhite {
	background-color: white;
} 
.nomargin {
	font-size: 1px;
}


