table{
    border-collapse: collapse;
    margin-left: 1px;
    
}

thead tr{
    background: #dbdbdb;
}

thead td{
    padding: 2px;
    color: #878787;
    font-weight: bold;
    font-size: 10px;
}

tbody td{
    padding-left: 2px;
    font-size: 10px;
    height: 20px;
}

.row1{
    background: #f0f0f0;
}

#lastspieltag,#nextspieltag{
    width: 100%;
}

#statistik table{
    margin-left: 20px;
}

#statistik td{
    padding-right: 15px;
}

#matches{
    margin-top: 20px;
}

#matches table{
    width: 100%;
}

h4{
    margin-bottom: 4px;
    margin-top: 5px;
    color: rgb(222, 13, 78);
}

input{
    background-color: #f2f2f2;
    border: #dbdbdb 1px solid;
    width: 50px;
}
