html,body {
    height: 100%;
}
#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -50px;
    padding: 0 0 50px;
}
#footer {
    height: 50px;
}
#footer p {
    margin: 15px 0;
}
.catLink {
    font-size: 1.5em;
}
.navbar-brand.active {
    color: #fff;
    background-color: #080808;
}
.navbar-inverse .navbar-brand.active:hover, .navbar-inverse .navbar-brand.active:focus {
    color: #fff;
    background-color: #080808;
}
.langs-toggle {
    padding: 6px 10px;
    color: #FFF;
    font-weight: bold;
}
.entry-list a.list-group-item .list-group-item-heading {
    font-weight: bold;
    color: #1E90FF;
}
.entry-list a.list-group-item.active .list-group-item-heading {
    color: white;
}
.list-group-item-text.added {
    font-size: 0.8em;
}