/* spacing round letters in keyboards */
a.kbd_letter {
  margin: 0 0.5em;
}

a.highlighted {
  color:  #da660c;
}

/* hide poem search controls by default */
div#poem_search_controls {
  display: none;
}

div.poem_line {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

div.poem_line:not(:last-child) {
  border-bottom: 2px solid #D2CFCF;
  margin-bottom: 0.5rem;
}

div.poem_line {
  border-top: 2px solid #D2CFCF;
  margin-top: 0.5rem;
  padding-top: 0.5rem;
}

div.poem_line span {
  margin-left: 0;
}

form#for_dict_form {
  width: 100%;
}

a.attestations {
  color: #da660c;
}

/* hide facet DDs initially */
dl.facets dd {
  display: none;
}

/* no pointer for tag a links */
a.tag {
  cursor: default;
}

/* --- Roots Slider --- */
a.aside-show.txt-show::before {
  content: 'Show ';
}
a.aside-show.txt-hide::before {
  content: 'Hide ';
}

main#startpage .help_top {
  display: none;
}
main#startpage .help_bottom {
  display: block;
}

main#results .help_bottom {
  display: none;
}
main#results .help_top {
  display: block;
}

span.line_number {
  font-weight: bold;
}

input.inline {
  display: inline-block;
  width: auto;
}