48 lines
		
	
	
		
			609 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			48 lines
		
	
	
		
			609 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
 | 
						|
h1 {
 | 
						|
    text-align: center;
 | 
						|
    font-size: 24pt;
 | 
						|
    margin-bottom: 2mm;
 | 
						|
}
 | 
						|
 | 
						|
h2 {
 | 
						|
    text-align: center;
 | 
						|
    font-size: 14pt;
 | 
						|
    margin-top: 2mm;
 | 
						|
}
 | 
						|
 | 
						|
table.journal {
 | 
						|
    font-size: 10pt;
 | 
						|
}
 | 
						|
 | 
						|
table.journal thead {
 | 
						|
    font-size: 8pt;
 | 
						|
}
 | 
						|
 | 
						|
table.journal th {
 | 
						|
    font-weight: normal;
 | 
						|
    font-style: italic;
 | 
						|
}
 | 
						|
 | 
						|
table.journal td {
 | 
						|
    overflow: hidden;
 | 
						|
    white-space: nowrap;
 | 
						|
}
 | 
						|
 | 
						|
table.journal .mgnr,
 | 
						|
table.journal .weight {
 | 
						|
    text-align: right;
 | 
						|
}
 | 
						|
 | 
						|
table.journal .grad {
 | 
						|
    text-align: center;
 | 
						|
}
 | 
						|
 | 
						|
table.journal tr.sum {
 | 
						|
    font-weight: bold;
 | 
						|
}
 | 
						|
 | 
						|
table.journal tr.sum td {
 | 
						|
    border-top: 0.5pt solid black;
 | 
						|
}
 |