.table>:not(caption)>*>* {
    background-color: transparent;
    box-shadow: none;
}
.table-inventory.table th, .table-inventory.table td {
    border: none;
}

.dropdown-menu {
    right: 0 !important;
    left: auto !important;
    top: 100% !important;
    transform: none !important;
}