body {
    background-color: #f2fafc;
    padding: 0px;
    margin: 0 auto;
    display: flex;
    min-height: 100vh;
    font-family: 'Muli', sans-serif
}

nav>a {
    color: #057796 !important;
    font-weight: 500;
    text-decoration: none;
}

.wrapper {
    display: flex;
    background-color: #fff;
    width: 100vw;
    box-sizing: border-box;
    overflow: hidden;
}

.content {
    /* display: flex; */
    flex-direction: column;
    border-left: 1px solid #bddee7;
    padding: 0 1em;
    max-width: 1050px;
    box-sizing: border-box;
    width: 70vw;
}

nav {
    display: flex;
    flex-direction: column;
    background-color: #f2fafc;
    padding: 1em 3em;
    font-size: 14px;
    box-sizing: border-box;
}

nav>.logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 4em;
}

nav>.logo>img {
    height: 40px;
}

nav>a {
    width: 150px;
    display: flex;
    margin-bottom: 1.4em;
    color: #000 !important;
}

nav>a>img {
    height: 1.5em;
    margin-right: 0.5em;
}

nav>a.level-2 {
    padding-left: 1.2em;
}

nav>.logo>span {
    color: #45b3b6;
    margin-left: 1.5em;
    font-size: 0.5em;
}

#scout_front_logo>img {
    height: 300px !important;
}

.hljs-symbol,
.hljs-bullet,
.hljs-formula {
    background: transparent !important;
}

pre {
    background-color: #051526;
    color: #87a7f7;
    position: relative;
    border-radius: 10px;
    box-shadow: 0px 0px 25px 10px rgba(0, 0, 0, 0.2)
}

.sgg-editor-button {
    height: 10px;
    width: 10px;
    display: inline-block;
    border-radius: 100%;
    margin: 1px;
}

.sgg-editor-button.red {
    background-color: #ee695c;
}

.sgg-editor-button.yellow {
    background-color: #f6c049;
}

.sgg-editor-button.green {
    background-color: #5fc750;
}

.sgg-editor-bar {
    background-color: #051526;
    padding: 0.1em;
    border-radius: 5px;
    display: flex;
    position: absolute;
    top: 1em;
    left: 1em;
}

.config-table {
    border-collapse: collapse;
}

.config-table th {
    width: 25%;
    text-align: left;
    padding: .5em 1em;
}

.config-table td {
    /*border-bottom: 1px solid black;*/
    padding: .5em 1em;
}

.config-table tr:nth-child(odd):not(:first-child) {
    background-color: rgb(242 250 252);
    border-bottom: 1px solid #002F6C;
}