﻿.microlight {
    --md-code-fg-color: white !important;
    --md-code-bg-color: rgb(51, 51, 51) !important;
}

.scheme-container {
    background: none !important;
    box-shadow: none !important;
    padding: 0px !important;
}

.wrapper {
    margin-bottom: 50px !important;
}

.servers-title {
    display: none;
}

div.servers select {
    display: none;
}

div.servers table {
    display: none;
}

div.servers h4 {
    display:none;
}

div.computed-url code {
    font-weight: bold;
}

.renderedMarkdown h3 {
    margin-top: 20px;
}
