html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: 'Open Sans', sans-serif;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #121212;
    color: #e0e0e0;
}

.navbar {
    background-color: #1e1e2f;
    color: white;
    min-height: 24px;
    padding: 0 8px;
}

.navbar-brand {
    height: 24px;
    padding: 0;
    font-size: 16px;
    line-height: 25px;
    color: #ffffff;
}

ol.breadcrumb {
    background-color: transparent;
    margin: 5px 0;
    padding: 0;
}

li.breadcrumb-item a {
    color: #9ecbff;
}

#list a,
#list a:hover,
#list a:focus {
    color: #ffffff;
    text-decoration: none;
}

#list th {
    background-color: #222;
    color: #cccccc;
}

#list th a,
#list th a:hover,
#list th a:focus {
    color: #9ecbff;
}

#list .thead-dark th a,
#list .thead-dark th a:hover,
#list .thead-dark th a:focus {
    color: #ffffff;
}

#list colgroup {
    display: none;
}

#list .filename {
    word-break: break-all;
    white-space: normal;
}

tr:nth-child(even) {
    background-color: #1a1a1a;
}
tr:nth-child(odd) {
    background-color: #171717;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-bottom: 0;
    background-color: #1e1e2f;
    color: #aaa;
    padding: 10px;
}

.footer a,
.footer a:hover,
.footer a:focus {
    color: #9ecbff;
}
