body {
    overflow: scroll;
}

[class^="div-"] {
    border-style: solid;
    border-width: thin;
    border-color: white;
    position: relative;
    background-color:rgba(0, 0, 0, 0.5);
}

.div-left {
    height: 607px;
    width: 220px;
    left: 190px;
    top: 10px;
    padding-left: 10px;
    border-radius: 10px; /* voeg dit toe voor afgeronde hoeken */
}

.div-right-top {
    text-align: center;
    width: 1253px;
    height: 42px;
    left: 421px;
    top: -599px;
    padding-top: 30px;
    padding-bottom: 20px;
    color: white;
    border-radius: 10px; /* voeg dit toe voor afgeronde hoeken */
}

.div-right-bottom {
    height: 687px;
    width: 1243px;
    padding: 5px;
    left: 421px;
    top: -600px;
    font-family: arial;
    text-align: center;
    border-bottom: 0px solid white;
    border-radius: 10px; /* voeg dit toe voor afgeronde hoeken */
}

[class^="info-button"] {
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
    height: 30px;
    width: 170px;
    position: absolute;
    left: 28px;
}

.info-titel-wijziging-TSP {
    top: -30px;
    font-family: arial;
    font-size: 34px;
    color: white;
}

[class^="info-button"]:hover {
    background: green;
    color: white;
}
[class^="info-button"]:active {
    background: green;
    color: white;
    transform: translateY(2px);
}
.info-button-wijziging-tsp {
    color: white;
    background-color: green;
}
.speler-info-list {
    margin-top: 5px;
    width: 208px;
}


/*   TABLE WIJZIGING TSP  -------------------------------------------    */
table,  th, td {
    border-collapse: collapse;
    font-size: 14px;
}
table#wijziging_TSP td {
    font-size: 14px;
    font-family: arial;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    border: 1px solid grey;
    position: relative;
}
table#wijziging_TSP td:nth-child(1) {
    width: 20px;
}
table#wijziging_TSP td:nth-child(2) {
    display: none;
}
table#wijziging_TSP td:nth-child(3) {
    text-align: left;
    width: 190px;
    font-weight: bold;
    cursor: pointer;
}
table#wijziging_TSP td:nth-child(4) {
    width: 40px;
}
table#wijziging_TSP td:nth-child(5) {
    width: 40px;
    font-weight: bold;
/*    font-size: 15px; */
}
table#wijziging_TSP td:nth-child(6) {
    width: 70px;
}
table#wijziging_TSP td:nth-child(7) {
    text-align: left;
    width: 450px;
}
table#wijziging_TSP td:nth-child(8) {
    width: 90px;
}
table#wijziging_TSP td:nth-child(9) {
    width: 25px;
}
table#wijziging_TSP td:nth-child(10) {
    text-align: left;
    width: 200px;
}
table#wijziging_TSP tr:nth-child(odd) {
    background-color: #eee;
}
table#wijziging_TSP tr:nth-child(even) {
    background-color: #fff;
}
table#wijziging_TSP th {
    background-color: black;
    color: white;
    border: 1px solid grey;
}
.lightgreen {
    background-color: lightgreen;
}
.lightred {
    background-color: lightcoral;
}

/*   iPhone & iPad  */
@media only screen 
and (min-device-width : 300px) 
and (max-device-width : 1024px) {
    table#wijziging_TSP td:nth-child(7) {
        font-size: 8px;
        text-align: left;
        width: 400px;
    }
}