*:not(:defined) > * {
    display: none;
}

* {
    font-family: sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


html {
    min-height: 100%;
}

html, body {
    min-height: 100%;
    padding:0;
    margin:0;
    background: white;
}
