@import url(https://fonts.googleapis.com/css?family=Trocchi|Merriweather:400,400italic,700&subset=latin,latin-ext);

body {
/*  font-family: "Trocchi", serif; */
  font-family: "Merriweather", serif;
font-size: x-large;
}

h1 , h2 , h3 {
    font-family: "Trocchi", serif;
    font-size: 1.8em;
    text-transform: none;
}

.nav > li {
    font-size: medium;
}

s { text-decoration: none; }

p.subtitle {
        font-size: large;
font-style:italic;
color:#999966;
}
span.fin {
	color:#999966;
	font-size: small;
	vertical-align: super;
	}
	
	table, div.table {
padding: 0.25em;
margin: 0.25em;
border: 1px solid silver;
border-collapse: separate;
border-spacing: 2px;
font-family: monospace; 
font-size: large;
white-space: normal;
line-height: normal;
font-weight: normal;
font-variant: normal;
font-style: normal;
color: -webkit-text;
text-align: start;
}

td {
	padding-right: 0.5em;
	padding-left: 0.5em;
	margin-right: 0.5em;
	margin-left: 0.5em;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	display:table-cell;
}

td.clausula {
    text-align:right;
}

td.croala {
	color: #566D7E;
	}
	
td.latty {
	color: maroon;
	}

tbody tr:nth-child(odd){
	background-color: #ddd;
}

thead td, div.thead {
	background-color: maroon;
	color: white;
}

nom.n {
background-color: #EEC591;
}
nom.p {
background-color: #FCE6C9;
}
.table { display: table;
                table-layout: fixed;
                } 
.table-centered
{
  margin: 0 auto !important;
  float: none !important;
}
.table>* { 
	background-color: #ddd;
	display: table-row; 
}

.table>*>* { 
	padding-right: 0.5em;
	padding-left: 0.5em;
	margin-right: 0.5em;
	margin-left: 0.5em;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	display: table-cell; 
	text-overflow:ellipsis;
                overflow:hidden;
                white-space:nowrap;
	}
blockquote.epigraph {
width: 75%;
display: block;
text-indent: none;
border-left: none;
margin-left: 25%;
color: grey;
font-size: medium;
font-family: Trocchi;
}

blockquote.epigraph span {
display: block;
margin-top: 1em;
}

blockquote.croala {
border-left: none;
}
blockquote.croalatext {
border-left: none;
font-family: Georgia, serif;
font-size: 1.8em;
}
blockquote sic {
    color:red;
}

blockquote l {
    display:block;
}

.jumbotron {
    margin-bottom: 0px;
    background-image: url(../../gfx/morlak.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    color: maroon;
}
.footer {
    margin-bottom: 0px;
    background-image: url(../../gfx/morlak-n.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    color: maroon;
	bottom: 0;
	width: 100%;
}

p > note {
  background-color: #ededed;
}

author {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  white-space: nowrap;
  background-color: #f9f2f4;
  border-radius: 4px;
  display: block;
}

title , persName {
  display: block;
  color:maroon;
}

form {
  display: block;
  color:maroon;
}

sense > usg {
  display: block;
  color:gray;
}

:not(date) > tr > td > thead, biblStruct > ref , p > ref {
  display: block;
  color:gray;
}

div > opener {
  background-color: #FEE8D6;
  display: block;
}
div > code {
  white-space: normal;
}

/* numbered rows in tables */
table.numb {
    counter-reset: rowNumber;
}

table.numb > tbody > tr {
    counter-increment: rowNumber;
}

table.numb > tbody > tr td:first-child::before {
    content: counter(rowNumber);
    min-width: 1em;
    margin-right: 0.5em;
}
