html {
    box-sizing: border-box;
    /*customized - commented*//*overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;*//*customized - commented*/
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    margin: 0;
    background: #fafafa;
}
