/*
 * Style sheet for the Glossaries in ETOL
 * - Encyclopedia Trotskyism On-Line - at
 * http://www.trotskyism.org
 */

body { color: black; background: #FFFFF0; margin-left: 6%; margin-right: 6%
} 

p { font-size: 12pt; text-align: justify; text-indent: 0em; font-family: georgia, New York; }

h1, h2, h3 { text-align: center; font-weight: bold; font-family: Arial, Helvetica, sans-serif; }
h4, h5, h6 { text-align: left; font-weight: bold; font-family: Arial, Helvetica, sans-serif; }
h1 { color: maroon; }
h2 { color: maroon; }
h3, h4, h5, h6 { color: #000000; }

blockquote { text-align: left; text-indent: 0 }
blockquote p { text-align: left; text-indent: 0 }

hr { text-align: center }

p.keyw { font-size: 9pt; text-align: left; text-indent: 0 }
p.from { text-align: center; text-indent: 0; color: 215E21; font-weight: bold }
p.fst { text-indent: 0 }
p.note { text-indent: 0 }
p.linkback { text-align: center;
text-indent: 0; font-size: 10pt; font-family: sans-serif; }
p.updat { text-align: right; text-indent: 0; font-size: 9pt }
p.greet { margin-left: 30%; text-indent: 0 }
p.c { text-align: center; }

a.nt { font-size: 10pt }

/* =====================================*/
/* 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%; }
}
