* {
  box-sizing: border-box;
}

/*Controls the list of notes in the header */
div.containerNotes {
    display: grid;
    grid-template-columns: 10vw 10vw 10vw 7vw 10vw 9vw 8vw 9vw 8vw 7vw 10vw;
    grid-template-rows: 20px;
    grid-gap: 0px;
	border: none;
    padding: 0px;
}
#ant {
grid-row: 1;
grid-column: 1;
background-color:#A6C4C4;
max-width: 150px;
height: 16px;
line-height: 14px;
font-size: .8rem; 
text-align: center;
padding: 0px;
margin: 1px 1px 0px 2px;
border: 1px black solid;
}
#enc {
grid-row: 1;
grid-column: 2;
background-color:#A6C4C4;
max-width: 150px;
height: 16px;
line-height: 14px;
font-size: .8rem; 
text-align: center;
padding: 0px;
margin: 1px 1px;
border: 1px black solid;
}
#geo {
grid-row: 1;
grid-column: 3;
background-color:#A6C4C4;
max-width: 150px;
height: 16px;
line-height: 14px;
font-size: .8rem; 
text-align: center;
padding: 0px;
margin: 1px 1px;
border: 1px black solid;
}
#log {
grid-row: 1;
grid-column: 4;
background-color:#A6C4C4;
max-width: 150px;
height: 16px;
line-height: 14px;
font-size: .8rem; 
text-align: center;
padding: 0px;
margin: 1px 1px;
border: 1px black solid;
}
#mat {
grid-row: 1;
grid-column: 5;
background-color:#A6C4C4;
max-width: 150px;
height: 16px;
line-height: 14px;
font-size: .8rem; 
text-align: center;
padding: 0px;
margin: 1px 1px;
border: 1px black solid;
}
#met {
grid-row: 1;
grid-column: 6;
background-color:#A6C4C4;
max-width: 150px;
height: 16px;
line-height: 14px;
font-size: .8rem; 
text-align: center;
padding: 0px;
margin: 1px 1px;
border: 1px black solid;
}
#mor {
grid-row: 1;
grid-column: 7;
background-color:#A6C4C4;
max-width: 150px;
height: 16px;
line-height: 14px;
font-size: .8rem; 
text-align: center;
padding: 0px;
margin: 1px 1px;
border: 1px black solid;
}
#law {
grid-row: 1;
grid-column: 8;
background-color:#A6C4C4;
max-width: 150px;
height: 16px;
line-height: 14px;
font-size: .8rem; 
text-align: center;
padding: 0px;
margin: 1px 1px;
border: 1px black solid;
}
#ped {
grid-row: 1;
grid-column: 9;
background-color:#A6C4C4;
max-width: 150px;
height: 16px;
line-height: 14px;
font-size: .8rem; 
text-align: center;
padding: 0px;
margin: 1px 1px;
border: 1px black solid;
}
#phy {
grid-row: 1;
grid-column: 10;
background-color:#A6C4C4;
max-width: 150px;
height: 16px;
line-height: 14px;
font-size: .8rem; 
text-align: center;
padding: 0px;
margin: 1px 1px;
border: 1px black solid;
}
#the {
grid-row: 1;
grid-column: 11;
background-color:#A6C4C4;
max-width: 150px;
height: 16px;
line-height: 14px;
font-size: .8rem; 
text-align: center;
padding: 0px;
margin: 1px 3px 1px 1px;
border: 1px black solid;
}

table.notes {
width: 100%;
border:1px solid black;
text-align: center; 
valign: top;
}
table.notes td {
background-color: #A6C4C4; 
text-align: center;
font-size: 14px; 
border:1px solid black;
}
table.notes th {
background-color: #E8F0F0; 
text-align: center;
font-size: 14px; 
border:1px solid black;
}

/*Titles the overview-tables of notes at the beginning of each page*/
p.title {font-weight: bold; text-align: center; text-indent: 0; margin-left: 0; font-size: 18px; line-height: 100%; margin-top: 6px; margin-bottom: 4px}

/*Controls the column with the manuscript names (in the Overview tables)*/
p.table {font-size: 13px; font-weight: normal; line-height: 100%; text-indent: -15px; margin-left: 17px; margin-top: 0; margin-bottom: 0}
p.tableLeft {font-size: 13px; font-weight: normal; line-height: 100%; text-align:left; text-indent: -15px; margin-left: 17px; margin-top: 0; margin-bottom: 0}


/*Controls the overview-tables of notes*/
table.noteOverview {
border-spacing: 1px; 
font-size: 13px; 
valign: top; 
border: 1px solid;
margin-left: 5px;
}
table.noteOverview th {
text-align: center; 
font-size: 14px; 
background-color: #D7E3E3; 
border: 1px solid
}
table.noteOverview td {
text-align: center; 
padding: 0px; 
border: 1px solid; 
}
table.noteOverview caption {
font-size: 20px;
text-align: center;
font-weight: bold;
color: #568383;
background-color: #D7E3E3;
border: 1px solid; 
margin: 12px 0px 0px 0px;
}


h5 { font-size: 14px; font-weight: normal; line-height: 100%; text-align: left; text-indent: 0; margin-left: 15px; margin-right: 0; margin-top: 6px; margin-bottom: 3px}

h6 { font-size: 13px; font-weight: normal; line-height: 100%; text-align: left; text-indent: 0; margin-left: 30px; margin-right: 0; margin-top: 6px; margin-bottom: 3px}

.list  {text-indent: -20px; line-height: 100%; margin-left: 40px; margin-right: 0; margin-top: 5px; margin-bottom: 15px}