html {
    box-sizing: border-box;
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    margin: 0;
    background: #fafafa;
}

.img-logo {
    position: relative;
    float: left;
    height: 38px;
    top: 3px;
}

#logo {
    font-size: 18px;
    margin-top: 7px;
    font-weight: bold;
    text-decoration: none;
    color: white;
}
