@media screen and (max-width: 601px)
{
  .standardscreen{
    display: none !important;
  }
  
  .smallscreen{
    display: inline !important;
  }

}

.standardscreen{
  display: inline;
}
  
.smallscreen{
  display: none;
}

.spoilersurround {border: 1px dashed silver;}
.hidespoiler {visibility: hidden;}

.booktitle { font-style: italic; }

.file { font-family: monospace; }

.imgborder img { border: solid 1px; padding: 1px; margin: 2px; } 

span.spacer { padding-left: 1em; padding-right: 1em; }

blockquote.indent
{
   border-left: none;
   padding-left: 1em;
   padding-right: 1em;
   margin-left: 1em;
   margin-right: 1em;
}

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

figure figcaption
{
   text-align: center;
   font-size: smaller;
   margin-top: 1ex;
}

div.descriptive figure figcaption
{
   text-align: left !important;
   font-size: small !important;
}

figure a.post-thumbnail
{
   display: inline;
   font-size: inherit;
}

figure
{
   margin-bottom: 2ex;
}

div.child-list { padding-top: 0.42em; padding-bottom: 0px; 0.42em; margin-left: 5px; }
div.child-list > ul { list-style-position: inside; margin-bottom: 0px; }

div.term-hierarchy { padding-top: 0.42em; margin-left: 5px; }

kbd.key {
  border-radius: 3px;
  padding: 1px 2px 0;
  border: 1px solid black;
}
