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

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


#header #title {
    margin-bottom: 0;
}
#header #foobar {
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 1em;
    margin-top: 0;
}
#header #sub {
    font-size: 1em;
    font-weight: normal;
    margin-top: 1em;
}


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


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


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

li.bus {
    padding-left: 1em;
}

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


.bus h3 {
    font-size: 1.125em;
    margin-bottom: 0.5em;
}


.search-result {
    margin: 1em 0;
}


a {
    color: inherit;
    text-decoration: underline;
}


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;
}

.float-right {
    float: right;
}


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


input {
    background-color: #c9d1d9;
    border: 0;
    padding: 0.25em 0.5em;
    border-radius: 5px;
}
