a {
    color: #000000;
}
.btn-primary {
    background-image: none;
}
.text-success {
    color: #000000;
}
a:hover, a:focus {
    color: #000000;
    background-color: darkgray;
    text-decoration: underline;
}
.active {
    color: #000000 !important;
    background-color: darkgray !important;
}

.modal-footer {
    border-top: 6px solid #48dbf1;
}
.btn-link {
    color: #ffffff;
}
.site-body {
    color: #000000 !important;
    text-shadow: none !important;
}
.btn-link:hover, .btn-link:focus {
    color: darkgray !important;
}
.navbar .btn-navbar {
    background-color: #00b3cc;
    background-image: none;
}

.a {
    color: #000000 !important;
}
.dropdown-menu>.active>a {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: darkgray;
}