@media only screen and (max-width: 600px) {
    .header .login{
        float: unset;
        margin-top: 0;
    }
    .game{
        grid-template-columns: 30% 70%;
    }
    .poule_overzicht .poule_div{
        width: 100%;
    }
    .poule_overzicht .poule_div select{
        width: 100%;
    }

    .laatste_16 li{
        display: flex;
        justify-content: space-between;
    }
    .laatste_16 select{
        width: 90%;
    }
    .laatste_8 li{
        display: flex;
        justify-content: space-between;
    }
    .laatste_8 select{
        width: 90%;
    }
    .laatste_4 li{
        display: flex;
        justify-content: space-between;
    }
    .laatste_4 select{
        width: 90%;
    }
    .laatste_2 li{
        display: flex;
        justify-content: space-between;
    }
    .laatste_2 select{
        width: 90%;
    }
    .winnaar ul li select{
        width: 100%;
    }
}