div.content {
    height:auto;
    padding-top:20px;
}

div.log{width:auto;
        margin:0px;
        padding:0px;
        overflow-x: auto;
       
}

.log p {font-family: 'Poppins', sans-serif;line-height:2; font-size:large}
.log h1, .log h2 {font-family: 'luckiest_guyregular',"Comic Sans MS",sans-serif}

.log h1 {font-size: 3em; text-align: center }


.log a:visited {
    
}
.log {width:28%; margin:2%; }
.log .tracklink {font-size: small}
.log table {
    margin-left:auto;
    margin-right: auto;;
   
          
}
.log img {width:30%;
           margin-left:auto;
           margin-right: auto;
           display:block;
           margin-bottom:5px;
          
          }
          
.sortierbar th {font-weight: bold;
    font-size:small;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    min-width: 50px;
    text-align: center;
    
}
.sortierbar td {
    border-style: solid;
    border-left: 1px;
text-align: center;
    border-bottom: 0px;
    border-top: 0px;
}

.sortierbar .sortsymbol {
    color:red;
    display:block;
    
}

.sortierbar tr:nth-child(even) {

  background-color: #ffe37f;

}