
a {
    color: #b90000;
}
.navbar-default {
    background-color: #000;
    border-bottom: 1px solid #e7e7e7;
}
.navbar-default > .container {
    padding: 0;
}
#logo {
    height: auto;
    max-height: 40px;
    margin-top: 5px;
}
.text-intro {
    font-size: 20px;
    text-align: center;
}
.menu-list {
    background-color: #eee;
    border-radius: 5px;
}
.menu-list li a {
    border-bottom: 1px solid #d3d3d3;
}
.menu-list li:first-child a {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.menu-list li:last-child a {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border: none;
}
.menu-list li a {
    padding-left: 17px;
}
#footer {
    text-align: center;
    padding-top: 50px;
}
.btn-primary {
    background-color: #2489C5;
    border-color: #2489C5;
}
.btn-primary:hover {
    background-color: #0079b4;
    border-color: #2489C5;
}

@media (min-width: 992px) {
    body {
        padding-top: 74px;
    }
    .navbar-default {
        min-height: 66px;
    }
    #logo {
        max-height: 50px;
        margin-top: 9px;
    }
    .menu-list {
        padding: 0;
    }
    #support-content {
        border: none;
    }
    .topic-shown .text-intro {
        font-size: 25px;
    }
}