/* Minimal html5 reset — do not zero all margins (base.css owns layout). */
html {
    -webkit-text-size-adjust: 100%;
}
article, aside, footer, header, nav, section, figure, figcaption, main {
    display: block;
}
