.ts-dropdown, .ts-control, .ts-control input {
    color: #303030;
    font-family: inherit;
    font-size: 17px;
    line-height: 26px;
}

#process-button {
    margin-top: 10px;
}

.card-header .fa {
    transition: .3s transform ease-in-out;
}
.card-header .collapsed .fa {
    transform: rotate(90deg);
}

#heading-example {
    color: inherit;
    text-decoration: none;
}

.table-reactions tr.hover > td {
    background-color: lightblue;
}
.table-reactions td div.max-height {
    height: 26px;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.table-reactions td div.max-height:hover {
    min-height: 26px;
    height: auto;
    overflow: visible;
    display: block;
}

.table-reactions .re_init_inv {
    display:none;
}

#search-text2 {
    font-weight: bold;
    font-size: 150%;
}