body {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    border-top: 3px solid #0095e7;
}

main {
    display: block
}

.container {
    width: 1024px;
    margin: 0 auto;
    padding: 0;
}

.header-img {
    height: 29px;
}

.footer_logo {
    height: 35px;
    width: 35px;
}

.copyright {
    color: #fff;
}

.row {
    display: block;
    clear: both;
    width: 100%;
}

.vm-custom .vm {
    max-width: 800px;
}

.vm-custom.vm-wrapper {
    top: 90px;
    bottom: 90px;
}

.vm-wrapper .vm-titlebar {
    border-bottom: 1px solid #0095e7;
}

.vm-wrapper .vm-content {
    overflow-y: auto;
    white-space: pre;
    font-family: monospace;
}

div.my-tabs [role="tab"] {
    justify-content: flex-start;
}
