html {
  line-height: unset;
}
body {
  padding: 10px;
  background-color: #f9f9f9;
  color: #4a4a4a;
}
h1 {
  color: inherit;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-weight: 700;
  margin: 0;
  border-bottom: 2px solid #d1d1d1;
  padding-bottom: 0.5rem;
}

/* yasgui tweaks */
.yasgui .autocompleteWrapper {
  display: none !important;
}
.yasr .dataTables_wrapper .dataTable tbody tr:hover {
	background-color: #ffff99;
}