body {
    margin-left: 3%; margin-right: 3%;
/*    font-family: "Andagii", "MPH 2B Damase", "Trabajo", "Apple Symbols";*/
/*    font-family: Sxava; */
    font-family: Noto Serif, Droid Serif, Liberation Serif, Segoe UI, Cambria, Georgia, serif;
    max-width: 45em;
    background: #F2EDDA;
    text-align:justify;
    hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
}
div.contents {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
}
p { margin-top: 3px; margin-bottom: 1px; font-size:medium; }
p.verse {
    padding-top: 5px; padding-bottom: 5px;
    margin-left: 0%;
    padding-left: 5px;
    border: 1px solid black;
}
wersz p.verse { border: none; padding-top: 0;}
p.image { text-align: center; }
.example { margin-left: 3%; }
dl, ol, ul { margin: 0; }
em, .en {
    font-style: italic;
}
table.muse-table {
    margin-left:auto; 
    margin-right:auto;
    border: 0;
  }
td { padding-right: 0.5em; border: 0;  padding-top: 0px; padding-bottom: 0px;
     line-height: 1.5;
}
th { padding-right: 0.5em; border: 0;  padding-top: 0px; padding-bottom: 0px; }
tfoot { font-weight: bold}

h2, h3, h4 {
  margin-bottom: 0px;
  font-size: larger;
  background: #def;      /* = aqua */
}
h1, h2, h3 { text-align: center; background: #def; }
h2, h3, h4, td, p.verse { word-spacing:0.37em; }
figure {
   margin-left:0; margin-right:0;
   padding: 0;
}
h3, h4 { font-weight: normal; }

figcaption {text-align: center; font-size: smaller;}
/* Table of Contents */

.contents {
  border: 1px solid black;
  margin-top: 10px;
  margin-right: 5px;
  margin-left: 0;
  margin-bottom: 15px;
  padding: 3px;
}
.contents dl {
  background-color: aqua; /* #D3D3D3;  light gray */
  font-size: small;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 5px;
}

.contents dt {
  clear: left;
  padding-right: 5px;
  padding-left: 5px;
  text-align: left;
}

.contents dd dt {
  display: list-item;
}

/* Preformat: */
code, pre {
  background-color: #F5F5F5;    /* white smoke */
  font-family: Noto Mono, Droid Sans Mono, Liberation Mono, Lucida Console, courier, monospace;
  font-size: 90% }
pre {
  margin-left: 3%;
  word-spacing:default;

 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
/* Anchors: */
a:hover {
  background-color: #D3D3D3;    /* light gray */
}

/* a:link { color: navy; text-decoration: none;} */
img {max-width: 100%}
