/* CSS style for www.knihi.com bookmarks */

/* body {
/*  background-color: white; 
/*  font-family: Times, serif; - can have a negative impact on i18n 
} */

p {
  text-align: justify;
  text-justify: newspaper;
  text-indent: 2em;
  margin: 0em 3em 0em 3em; /* 0em 0.8cm 0em 0.8cm; */
  line-height: 120%; /*also known as line spacing in typography */
}

h2 { 
 	text-align : center;
	font-weight : normal;
	letter-spacing: 0.1em;
	word-spacing: 0.1em;
	font-size : 1.2em;
	text-transform: none;
	margin-bottom: 0.7em;
  margin-top:0.7em;
}


.institution {
  text-align: right;
  font-size : smaller;
}

.verse {
  text-indent: 0;
  margin-left: 20%;
  margin-bottom: 1em;
  margin-top: 1em;
  line-height: 120%;
  text-align: left;
}

.maintitle {
 	text-align : center;
	font-weight : normal;
	letter-spacing: 0.2em;
	word-spacing: 0.5em;
	font-size : 2.5em;
	text-transform: none;
	margin-bottom: 2em;
  margin-top: 1.5em;
}

.author {
 	text-align : center;
	font-weight : normal;
	letter-spacing: 0.1em;
	word-spacing: 0.1em;
	font-size : 1.2em;
	text-transform: none;
	margin-bottom: 0.7em;
  margin-top:0.7em;
}

.quotation {
  text-align: justify;
  text-justify: newspaper;
  text-indent: 0em;
  margin: 1em 3em 1em 6em; /* 0em 0.8cm 0em 0.8cm; */
  line-height: 120%; /*also known as line spacing in typography */
}

.bibl {
  text-align: right;
  font-style: italic;
  text-indent: 0em;
  margin: 0.5em 4em 0.5em 7em; /* 0em 0.8cm 0em 0.8cm; */
  line-height: 120%; /*also known as line spacing in typography */
}


/*.headercolor { 
color: DarkSlateGray
}
*/

