.dataTables_length select.form-select-sm {
  min-width: 5rem; /* or try 6rem */
  padding-right: 1.5rem; /* add extra padding on right */
}

/* Let this column wrap */
.wrap-text {
  white-space: normal !important;
  word-break: break-word;
}

/* Prevent this column from wrapping */
.no-wrap {
  white-space: nowrap !important;
  overflow: hidden;
  text-overflow: ellipsis;
}

th, td {
  border-right: 1px solid #ddd;

    padding: 2px 6px !important;
    font-size: 16px;
    vertical-align: middle;

}

body {
  font-family: 'Roboto', sans-serif;
}

.tiny-btn {
  padding: 6px 6px !important;
  margin: 0 !important;
  font-size: 0.8rem !important;
  line-height: 1 !important;
}

.ts-no-border + .ts-wrapper {
	padding: 0;
}

.ts-no-border + .ts-wrapper .ts-control {
  background-color: #fff;
  border: none;
  border-radius: 0.375rem;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  height: auto;
  min-height: calc(1.5em + 0.75rem + 2px);
  line-height: 1.5;
  color: #212529;
  box-shadow: none;
}



