h1 {
  max-width: 700px;
}
p {
  max-width: 600px;
}
.tabulator-row.tabulator-selectable:hover {
  background-color: #eee;
  cursor: default;
}
.tabulator-tableHolder {
  min-height: 60px;
}