/**
 * style for quick access search box https://www.w3.org/2020/12/search-test/
 *
 * $Id: style.css,v 1.1 2020/12/10 19:00:37 gerald Exp $
 */

.tt-open {
  background: #f9f9f9;
  border: 2px solid #ccc;
  margin-top: 2px;
  padding-top: 0.5em;
  width: 70em;
  columns: 2;
  column-rule: 1px solid #ccc;
  min-height: 15em;
  border-radius: 5px;
}

.tt-open .category {
  margin: 0.5em 0;
  padding: 0.5em;
  font-size: 1.25em;
  font-weight: bold;
  color: #005a9c;
}

.tt-open p {
  margin: 0;
  margin-left: 1em;
}

.tt-dataset {
  margin: 0;
  padding-bottom: 1em;
  break-inside: avoid;
}

