/* Bootstrap 4.x Generic Custom Styles */

// originally added to "table" tag on "_reboot.scss"
.table {
  border-collapse: collapse;
}

// remove side-effect's z-index
.input-group-prepend .btn, .input-group-append .btn {
  z-index: initial;
}