html {
    /*background-color: #f0f0f0;*/
}

/* left menu */
.menu {
    background-color: #444444;
}

/* current menu item */
.menu a.is-active, .menu .has-site-branding a.is-active {
    background-color: black !important;
    color: #eeeeee !important;
}

/* other menu items */
.menu .menu-list a {
    color: #eeeeee;
}

.menu .menu-list a:hover {
    color: #bbbbbb;
    background-color: black;
}

/* group title */
.menu .menu-label {
    color: #bbbbbb;
    font-weight: bold;
}

/* search doesn't work */
input[type=search] {
    display: none;
}

dt {
    font-weight: bold;
}

.rtl {
    unicode-bidi: bidi-override;
    direction: rtl;
}

.copyright {
    text-align: center;
    font-size: small;
}

.build-tag {
    text-align: center;
    font-size: small;
    color: #dddddd;
}
