a {
    color: #8b0000;
}
a:hover {
    color: #6e0000;
}
.table-primary,
.table-primary > th,
.table-primary > td {
    background-color: #fa9696;
}

.table-hover .table-primary:hover {
    background-color: #f18989;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
    background-color: #f18989;
}

.btn-primary {
    color: #fff;
    background-color: #8b0000;
    border-color: #8b0000;
}

.btn-primary:hover {
    color: #fff;
    background-color: #6e0000;
    border-color: #6e0000;
}

.btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(110, 0, 0, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #8b0000;
    border-color: #8b0000;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #6e0000;
    border-color: #6e0000;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(110, 0, 0, 0.5);
}

.btn-outline-primary {
    color: #8b0000;
    background-color: transparent;
    background-image: none;
    border-color: #8b0000;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #8b0000;
    border-color: #8b0000;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(110, 0, 0, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #8b0000;
    background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #8b0000;
    border-color: #8b0000;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(110, 0, 0, 0.5);
}


.badge-primary {
    color: #fff;
    background-color: #8b0000;
}

.badge-primary[href]:hover, .badge-primary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #6e0000;
}

.alert-primary {
    color: #8b0000;
    background-color: #fa9696;
    border-color: #fa9696;
}

.alert-primary hr {
    border-top-color: #f18989;
}

.alert-primary .alert-link {
    color: #540000;
}


.list-group-item-primary {
    color: #6e0000;
    background-color: #fa9696;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #6e0000;
    background-color: #f18989;
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #6e0000;
    border-color: #6e0000;
}



.bg-primary {
    background-color: #8b0000 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #6e0000 !important;
}


.border-primary {
    border-color: #8b0000 !important;
}


.text-primary {
    color: #8b0000 !important;
}
a.text-primary:hover, a.text-primary:focus {
    color: #6e0000 !important;
}

.btn-back-to-top {
    background: #8b0000;
}

.btn-styled {
    text-transform: none !important;
}

.btn-styled.btn-lg {
    font-size: 1rem !important;
}