body {
    height: 100%;
    margin: 10px;
    padding: 0;
    font: 14px 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 1.4em;
    background: #f5f5f5;
    color: #4d4d4d;
    min-width: 230px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 300;
}

div.view ul {
    list-style-type: none;
}

@media (min-width:992px) {
    html {
        overflow-y: hidden
    }
    body {
        background-color: #f0f0f0 !important
    }
}
