.clear {
    width: 100%;
    clear: both !important;
    display: inline-block;
}
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
* html .clear {
    height: 1%;
}
img.applogo {
	padding-right: 1em;
	padding-bottom: 1em;
}
.mainheader {
	-webkit-margin-before: 4px;
	-webkit-margin-start: 6px;
	-webkit-margin-after: 0em;
}