body {
    background-color: #0d1117;
    color: #c9d1d9;
    font-family: Roboto, sans-serif;
    font-size: 1em;
    padding: 0em 1em;
}

a {
    color: #42a5f5;
}

hr {
    color: #c9d1d9;
    margin: 1em 0;
}


#header #title {
    margin-bottom: 0.5em;
}

#header #sub {
    font-size: 1em;
    font-weight: normal;
    margin-top: 0.5em;
}


#footer {
    display: table;
    width: 100%;
    table-layout: fixed;
}
#footer > * {
    display: table-cell;
    vertical-align: middle;
}


.error {
    color: #ef5350;
}
.success {
    color: #66bb6a;
}


ul.platform {
    /* Reduce left padding and bullets */
    padding-left: 5px;
    list-style: none inside;

    border-bottom: 2px solid #c9d1d9;
    padding-bottom: 1.875em;
}
ul.platform:last-child {
    border-bottom: none;
}

li.train {
    padding-left: 1.25em;
}

ul.train-description {
    padding-left: 2em;
}


.train h4 {
    margin-bottom: 0.5em;
}


#form label {
    font-weight: bold;
}


code {
    background-color: #292929;
    font-family: Consolas, monospace;
    font-size: 0.9em;
    font-weight: bold;
    padding: 0.1em 0.3em;
    border-radius: 5px;
}


.no-decorate,
.no-decorate-children * {
    color: inherit;
    text-decoration: none;
}


.left {
    float: left;
    text-align: left;
}
.center {
    text-align: center;
}
.right {
    float: right;
    text-align: right;
}
