.ui.fluid.multiple.search.selection.dropdown {
    margin: 0 0 1em 0;
}

.ui.fluid.multiple.search.selection.dropdown .ui.label {
    display: inline-block;
    line-height: 1;
    vertical-align: baseline;
    margin: 0 .14285714em;
    background-color: #e8e8e8;
    background-image: none;
    padding: .5833em .833em;
    color: rgba(0,0,0,.6);
    text-transform: none;
    font-weight: 700;
    border: 0 solid transparent;
    border-radius: .28571429rem;
    -webkit-transition: background .1s ease;
    transition: background .1s ease;
}
.dataTables_wrapper div .ui.button {
    margin: 0 .25em;
}

.dataTables_wrapper .tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.dataTables_wrapper .tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #CACBCD;
    color: #000;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
}

.dataTables_wrapper .tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #CACBCD transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.dataTables_wrapper div .ui.button[id*="reset-js-table-"] {
    visibility: hidden;
}

.ui.search.selection.dropdown > span.sizer {
    text-indent: 1.5em;
}
