
[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;
    border-radius: 10px; /* voeg dit toe voor afgeronde hoeken */
}

.div-right-bottom {
    height: 414px;
    width: 1003px;
    padding-left: 250px;
    padding-top: 50px;
    padding-bottom: 50px;
    left: 421px;
    top: -600px;
    font-family: arial;
    text-align: center;
    border-radius: 10px; /* voeg dit toe voor afgeronde hoeken */
}

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

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

[class^="info-button"]:hover {
    background: green;
    color: white;
}

[class^="info-button"]:active {
    background: green;
    color: white;
    transform: translateY(2px);
}

.info-button-dames {
    color: white;
    background-color: green;
}

table, th, td {
    border-collapse: collapse;
}

.green {
    background-color: green;
    color: white;
}


/*--   TABLES   ------------------------------------------------------*/

table, th, td {
    border-collapse: collapse;
}

/*   TABLE STAND DAMES  -------------------------------------------    */

.stand-dames {
    margin-top: -10px;
    margin-right: 15px;
}

table#stand_dames td {
    height: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
    border: 1px solid grey;
    text-align: center;
}
table#stand_dames td:nth-child(1) {
    width: 25px;
}
table#stand_dames td:nth-child(2) {
    display: none;
}
table#stand_dames td:nth-child(3) {
    text-align: left;
    padding-left: 3px;
    width: 205px;
    font-weight: bold;
    cursor: pointer;
}
table#stand_dames td:nth-child(4) {
    text-align: left;
    padding-left: 3px;
    width: 205px;
}
table#stand_dames td:nth-child(5) {
    width: 35px;
}
table#stand_dames td:nth-child(6) {
    width: 35px;
}
table#stand_dames td:nth-child(7) {
    width: 50px;
}
table#stand_dames td:nth-child(8) {
    width: 40px;
}
table#stand_dames td:nth-child(9) {
    width: 70px;
    font-size: 16px;
    font-weight: bold;
}
table#stand_dames tr:nth-child(odd) {
    background-color: #eee;
}
table#stand_dames tr:nth-child(even) {
    background-color: #fff;
}
table#stand_dames tr:nth-child(2) {
    background-color: lightgreen;
}
table#stand_dames th {
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: black;
    border: 1px solid grey;
    color: white;
    height: 30px;
}

p {
    color: white;
    position: relative;
    left: -150px;
}