article,
div, summary,
h1, h2, h3, 
h4, h5, h6, 
nav, footer {
    display: block;
}

a,
div, footer, nav, article,
summary, h1,h2,h3,h4,h5,h6,
body {
    background: transparent !important;
    background-color: transparent !important;
    border: none;
    text-shadow: none;
    box-shadow: none;
    border-radius: none;
}

body {
	background: #fff;
    color: black;
}

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

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}