/* your styles go here */
body {
    font-family: "Roboto Condensed", sans-serif;
}
nav.navbar {
    background: rgba(255, 255, 255, .8);
    scolor: #ffffff;
}
section.browser .nav-tabs a.active {
    -webkit-transform: none;
    transform: none;
}
.bg-gray, section.browser .nav-tabs a.active {
    background: none;
}
section.browser .nav-tabs a {
    cursor: default;
}
.modal button.close, section.browser .nav-tabs span.number {
    background-image: none;
}
header nav.navbar a.navbar-brand {
    font-family: "Roboto Condensed", sans-serif;
    color: #dc3545;
    font-size: 1.4rem;
    font-weight: normal;

}
table {
    font-family: "Roboto Condensed", sans-serif;
}
.table td {
    padding: .5rem;
}
.navbar-brand {
    margin-right: 0;
}
