.list-cat td:first-child > *{
    float: right;
    padding-right: 5px;
}
.list-cat td:first-child {
    max-width: 70%;
    text-overflow: ellipsis;
}

.information-list > li {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.information-list > li > a {
    display: flex;
    align-items: center;
    background: white;
    margin: 0.75em 0;
    padding: 1em 1em;
}

.information-list > li > a > i {
    color: #A14C10;
    margin-right: 10px;
}


.nav-pills a.active{
    background-color: #A14C10!important;

}

.raised-element {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease-in-out;
}

.raised-element-hover:hover {
    box-shadow: 0 0 20px rgba(161, 76, 16, 0.8);
}
