/* =============================================*/
/* Style sheet for MEW                          */
/* Only the most simple elements which make the  */
/* editorial intent of MEW recognizable         */

hr.authfn { width: 50%; text-align: left; }
hr.efn { width: 100%; }


p {
 text-indent: 0em;
 }
 
p.indent {
 text-indent: 5%;
 }

p.quote { 
 font-size: smaller;
}

em.stretch {
 letter-spacing: 0.2em;
 word-spacing: 0.1em
}

/* Make pno anchors invisible; user should know that */
/* they are the first word of each paragraph */

a.pno {
 color: black;
 text-decoration: none;
}

/* =====================================*/
/* Adjustments for Mobile Devices       */
/* =====================================*/

@media (max-width: 480px) {
  p { font-size: 12pt; margin-left: 1%; margin-right: 1%; margin-bottom: 4pt; margin-top: 4pt; line-height: 125%; }
  p.indentb { margin-left: 6%; margin-right: 1%; }
  p.quoteb { margin-left: 6%; margin-right: 1%; }
  p.index { margin-left: 6%; margin-right: 1%; }
  h1 { font-size: 18pt; margin-left: 1%; margin-right: 1%; }
  h2 { font-size: 16pt; margin-left: 1%; margin-right: 1%; }
  h3 { font-size: 14pt; margin-left: 1%; margin-right: 1%; }
  h4 { font-size: 13pt; }
  h5 { margin-left: 1%; }
  h6 { margin-left: 1%; }
  img { width: 150px; height: auto; }
  img.auto {width: auto ; height: auto; }
  blockquote {margin-left: 1%; }
}
