.modal-dialog, .modal-content {
  /* 80% of window height */
  height: 94%;
}

.modal-body {
  overflow-x: auto;
}

.help-text {
  color: wheat;
}

.bg-message {
  background-color: steelblue;
  color: white;
}

.bg-cancel {
  background-color: crimson;
  color: white;
}

table.dataTable thead .sorting:after, table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc_disabled:after, table.dataTable thead .sorting_desc_disabled:before {
  bottom: .5em;
}