/* -------------------------------------------------------------------------- */
/*                                Falcon Button                               */
/* -------------------------------------------------------------------------- */
/* prettier-ignore */
/*# sourceMappingURL=user.css.map */


/* globalnie – brak zawijania */
.table-responsive .table td,
.table-responsive .table th {
  white-space: nowrap;
}

/* zawijanie tylko wybranych kolumn */
.table-responsive .table td.text-wrap-col,
.table-responsive .table th.text-wrap-col {
  white-space: normal !important;
  min-width: 200px;
  max-width: 300px;
  word-break: break-word;
}

.text-wrap-s {
  min-width: 50px;
  max-width: 80px;
  white-space: normal !important;
}

.text-wrap-sm {
  min-width: 80px;
  max-width: 100px;
  white-space: normal !important;
}

.text-wrap-m {
  min-width: 100px;
  max-width: 140px;
  white-space: normal !important;
}

.text-wrap-ml {
  min-width: 140px;
  max-width: 200px;
  white-space: normal !important;
}


.text-wrap-l {
  min-width: 200px;
  max-width: 300px;
  white-space: normal !important;
}

.text-wrap-xl {
  min-width: 300px;
  max-width: 500px;
  white-space: normal !important;
}

/* link */
.text-wrap-col a {
  white-space: normal;
  word-break: break-word;
}