html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background: #05080c;
    color: #c5d0d8;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 14px;
}

#app {
    width: 100%;
    height: 100%;
    background: #05080c;
}

#main {
    margin-left: 230px;
    height: 100%;
    overflow-y: auto;
    box-sizing: border-box;
    background: #05080c;
}

#content {
    min-height: 100%;
    background: #05080c;
}

.container {
    padding: 20px;
    min-height: 100%;
    background: #05080c;
}
