@import url("chota.css");

:root {
  --color-primary: #d33682; /* brand color */
  --grid-maxWidth: 108rem; /* max container width 1080px */
  --font-family-sans:  monaco, "Consolas", "Lucida Console", monospace;
  --bg-color: #fdf6e3;
  --color-error: #d33682;
  --color-success: #859900;
}

p.subtitle {
  font-size: 2rem;
}

address {
    font-style: normal;
}

blockquote.closer {
    text-indent: 0;
    background:none;
    border-left: none;
}

div.search-hit:not(:last-child) {
  margin-bottom: 2%;
}

div.search-hit2:not(:last-child) {
  margin-bottom: 2%;
}

div.search-hit > div.row:nth-child(5) {
   font-size: smaller;
}

.small {
  font-size: x-small;
}

h2.department {
    font-size: small;
}

span.dropdown {
    display: inline;
}

span.author {
    display: block;
}

span.add {
    color: green;
}

span.corr {
    color: #556B2F;
}

span.sic {
    color: #7C0A02;
}


td > span {
    display: block;
}

.filter-blue {
    filter: invert(69%) sepia(11%) saturate(2016%) hue-rotate(172deg) brightness(96%) contrast(94%);
}
