@charset "UTF-8";
div.jtable-column-header-container {
  height: initial !important;
}
.table-title {
  text-align: left;
  float: left;
  margin-bottom: 0;
}
button.aligned-right {
  display: block;
  margin: 0 0 0 auto;
}
table {
  width: 100%;
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-all;
}
