#pdf {position:absolute; right:0px;}
h3 {text-align:center; margin:0.5em;}
table {border-collapse:collapse; margin-left:auto; margin-right:auto; margin-top:1em; text-align:left; font-size:2vw;}

th {text-align:left; padding:0.5em; background-color:gray;}
th.arrow {text-align:right;}
th.arrow > a {text-decoration:none; font: bold 1em Arial, sans-serif; padding:2px 5px; background-color:black;}

td {padding-top:0.2em; padding-left:1em;}
td:first-child {width:17em;} /*breite 1. spalte*/
td:nth-child(2) {width:7em;} /*breite 2. spalte*/

tr:nth-child(even)
{background-color:#303030;} /* formatierung jede gerade zeile */
tr:nth-child(odd)
{background-color:#505050;} /* formatierung jede ungerade zeile */

@media only screen and (orientation:portrait) {
table {font-size:75%;}
}
