.navbar {
    border-bottom: 1px solid #eee; }

.navbar-list {
    list-style: none;
    margin: 1em !important; }

.navbar-item {
    position: relative;
    float: left;
    margin-bottom: 0; }

.navbar-heading {
    letter-spacing: .2rem;
    font-weight: bold; }

.navbar-link {
    text-decoration: none;
    color: #222; } /* #EEE */

.navbar-link.active {
    color: #33C3F0; }

.navbar-user-menu {
    float: right !important; }

.main-section {
    margin-top: 2rem; }

.logout-form {
    display: none; }

.every-other {
    background-color: #EEE; } /* #333 */

code.context {
    display: none;
    margin-left: 2rem; }

a {
    text-decoration: none; }

a:hover {
    text-decoration: underline; }

a:visited {
    color: #6ab6ce; }

/*
body {
    background-color: #444;
    color: #EEE; }

code {
    background-color: #313131; }

input {
    background-color: #333;
    color: #EEE; }
*/
