a {
    color: rgb(174, 72, 5);
    text-decoration: underline;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a.btn, a.btn:hover, 
a.nav-link,
a.list-group-item, a.list-group-item:hover,
a.dropdown-item, a.dropdown-item:hover
{
    text-decoration: none;
}

a.list-group-item.bg-success, a.list-group-item.bg-success:hover,
tr.bg-success a, tr.bg-danger a, tr.bg-info a, tr.bg-warning a, tr.bg-primary a
{
    color:#fff;
}

a:hover {
    color: rgb(104, 45, 9);
    text-decoration: underline;
}

.btn-primary {
    color: #fff;
    background-color: rgb(174, 72, 5);
    border-color: rgb(174, 72, 5);
}

.btn-primary:hover {
    color: #fff;
    background-color: rgb(136, 53, 0);
    border-color: rgb(136, 53, 0);
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: -5rem;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #454545;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.dropdown-menu .nav-item {
    border-bottom: 1px solid rgb(204, 204, 204);
}

.dropdown-menu .nav-item:first-child {
    border-top: 1px solid rgb(204, 204, 204);
}

.dropdown-menu .nav-item a {
    white-space: nowrap;
}