.tag_blog
{
  padding-left: 2em;
  padding-right: 2em;
  border-left: dashed black 0.5em;
  border-right: solid black 0.5em;
  border-radius: 1.5em;
  text-align: center;
  font-style: italic;
  font-size: 1em;
  width: 45%;
}


.dark\:tag_blog_invert
{
  &:where(.dark, .dark *)
  {
    border-left: dashed #E6E9C9 0.5em;
    border-right: solid #E6E9C9 0.5em;
    border-radius: 2em;
  }   
}

blockquote.pullquote
{
  font-size: 0.75em;
}

table.biblio tr
{

}

table.biblio tr td
{
  margin: 0.2em;
  padding: 0.2em;
  font-size: 0.75em;
}

table.biblio tr:nth-child(even) td
{
  background: linen;
}

table.biblio.dark tr:nth-child(even) td
{
  background: offwhite;
}