.table-middle td {
    vertical-align: middle !important;
}

abbr {
    text-underline-offset: 0.3em;
}

code {
    padding: 0.2em 0.4em;
    margin: 0;
    font-size: 85%;
    background-color: rgba(27, 31, 35, .05);
    border-radius: 3px;
    color: #333333;
}

.pointer {
    cursor: pointer;
}

.icon-tabler {
    width: 1.25rem;
    height: 1.25rem;
    vertical-align: top;
}

.btn-outline-dark {
    border-color:#dee2e6!important
}
.dropdown-item:hover {
    background-color: #f6f9fc;
}