
body {
    background-color: #ffffff;
    min-width: 450px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-family: "Bitstream Vera Sans", "Luxi Sans", Helvetica, Arial,sans-serif;
    font-size: 12px;
    line-height: 1.6em;
    font-style: normal;
    color: #000000;
}

.navbar-default .navbar-brand {
    color: #437291;
}


.navbar-default .navbar-nav > li > a {
    color: #437291;
    text-decoration: none;
}

a {
    color: #437291;
    text-decoration: none;
}

a:hover {
    color: #e76f00;
    text-decoration: none;
}


.navbar-default .navbar-nav > li > a:hover {
    color: #e76f00;
    text-decoration: none;
}

header.navbar {
    background-color: white;
}

.navbar-brand img {
    height: 100px;
}

.footer {
    background-color: transparent;
    border-top: none;
    color: #888;
    text-align: center;
    font-size: 7pt;
    line-height: 1.4;
    font-family: DejaVu Sans, Bitstream Vera Sans, Luxi Sans, Verdana, Arial, Helvetica;
}

.footer a {
    color: #888;
}

nav#navbar-main a.nav-link {
    color: #437291;
    text-decoration: none;
}

nav#navbar-main a.nav-link:hover {
    color: #e76f00;
    text-decoration: none;
}

nav#navbar-main {
    background-color: white;
}

.navbar-brand-logo > a > img {
    height: 100px;
}

.btn-success, .btn-primary {
    background-color: #437291;
    border-color: none;
}

.btn-success:hover, .btn-primary:hover {
    background-color: #e76f00;
    border-color: none;
}

button.user-button {
    background-color: #437291;
    border: none;
}


.row-hover, .overview .thread:hover, .all-lists table.lists tr.list:hover {
    cursor: pointer;
    background-color: #586363
}

nav .search-button {
    background-color: transparent;
}

nav .search {
    background-color: transparent;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #437291;
}

.btn-outline-primary:hover {
    background-color: #437291;
}
.nav-link {
    color: #437291;
}

.all-lists table.lists tr.private {
    background-color: transparent;
}

.table {
    --bs-table-striped-color: none;
    --bs-table-striped-bg: none;
}