
[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: 650px;
    width: 1223px;
    padding-left: 30px;
    padding-top: 30px;
    padding-bottom: 50px;
    left: 421px;
    top: -600px;
    font-family: arial;
    text-align: center;
    border-radius: 10px; /* voeg dit toe voor afgeronde hoeken */
}

.info-titel-hoogste-reeks {
    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-hoogste-reeks {
    color: white;
    background-color: green;
}

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

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


/*   TABLE STAND HOOGSTE REEKS  -------------------------------------------    */

[class^="button-hoogste-reeks-"] {
    display: inline-block;
    cursor: pointer;
    width: 255px;
    height: 50px;
    font-family: arial;
    font-size: 30px;
    position: relative;
    left: -23px;
    top: -20px;
}

[class^="hoogste-reeks-title"] {
    background-color: black;
    color: white;
}

.hoogste-reeks {
    position: absolute;
    left: 190px;
    top: 70px;
}

table th {
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: transparent;
    color: white;
    height: 25px;
    position: relative;
    border: 1px solid white;
    font-size: 42px;
}
table 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 lightgray;
    position: relative;
    height: 20px;
}

#hoogste_reeks tr:nth-child(odd) {
    background-color: #eee;
}
#hoogste_reeks tr:nth-child(even) {
    background-color: #fff;
}
.hoogste-reeks-details-hr-met-scoresheet {
    text-decoration: underline;
    cursor: pointer;
    font-weight: bold;
}

#hoogste_reeks tr:nth-child(2) {
    background-color: lightgreen;
}

#hoogste_reeks td:nth-child(1) {
    width: 25px;
}
#hoogste_reeks td:nth-child(2) {
    display: none;
}
#hoogste_reeks td:nth-child(3) {
    cursor: pointer;
    text-align: left;
    width: 200px;
    font-weight: bold;
}
#hoogste_reeks td:nth-child(4) {
    text-align: center;
}
#hoogste_reeks td:nth-child(5) {
    text-align: center;
    width: 35px;
    display: none;
}
#hoogste_reeks td:nth-child(6) {
    width: 40px;
    font-weight: bold;
    font-size: 15px;
}
#hoogste_reeks td:nth-child(7) {
    width: 35px;
}
#hoogste_reeks td:nth-child(8) {
    width: 70px;
}
#hoogste_reeks td:nth-child(9) {
    width: 82px;
    font-size: 14px;
}
#hoogste_reeks td:nth-child(10) {
    width: 10px;
}#hoogste_reeks td:nth-child(11) {
    text-align: left;
    width: 232px;
}




/*   TABLE SCORESHEET  ---------------------------------------------------    */

.scoresheet {
    position: relative;
    top: -10px;
    left: 400px;
    display: block;
    height: 647px;
    width: 376px;
    overflow: auto;
}
table#scoresheet tr:nth-child(odd) {
    background-color: #eee;
}
table#scoresheet tr:nth-child(even) {
    background-color: #fff;
}
table#scoresheet td {
    font-family: "Arial";
    text-align: center;
}
.scoresheet-header-naam-speler-wit {
    vertical-align: middle;
    padding: 5px 5px 5px 5px;
    border-right-style: groove;
    border-right-color: white;
    font-size: 20px;
}
.scoresheet-header-naam-speler-geel {
    vertical-align: middle;
    padding: 5px 5px 5px 5px;
    font-size: 20px;
}
.scoresheet-header-tsp-white {
    border-right-style: groove;
    border-right-color: white;
    vertical-align: middle;
    background-color: black;
    color: white;
    font-size: 16px;
}    
.scoresheet-header-tsp-yellow {
    border-right-style: groove;
    border-right-color: white;
    padding-bottom: 5px;
    background-color: black;
    color: yellow;
    font-size: 16px;
}
.scoresheet-header-brt {
    width: 30px;
    font-size: 28px;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
    color: white;
    background-color: black;
}
.scoresheet-header-brt-2 {
    border-top-style: solid;
    background-color: black;
}    
.scoresheet-header-brt:hover {
    cursor: pointer;
}    
    
.scoresheet-details-brt {
    border: 1px solid lightgray;
    background-color: black;
    color: white;
    font-size: 15px;
    text-align: left;
}

.scoresheet-details-punt-wit {
    border: 1px solid lightgray;
    width: 70px;
    color: black;
    font-weight: normal;
    font-size: 15px;
}
.scoresheet-details-punt-wit-zero {
    border: 1px solid lightgray;
    width: 70px;
    color: gray;
    font-weight: normal;
    font-size: 15px;
}    
.scoresheet-details-totaal-wit {
    border: 1px solid lightgray;
    border-right-style: solid;
    border-right-color: black;
    font-weight: bold;
    width: 70px;
    color: black;
    font-size: 15px;
}
.scoresheet-details-totaal-wit-zero {
    border: 1px solid lightgray;
    border-right-style: solid;
    border-right-color: black;
    width: 70px;
    color: gray;
    font-weight: normal;
    font-size: 15px;
}

.scoresheet-details-punt-geel {
    border: 1px solid lightgray;
    width: 70px;
    color: black;
    font-weight: normal;
    font-size: 15px;
}
.scoresheet-details-punt-geel-zero {
    border: 1px solid lightgray;
    width: 70px;
    color: gray;
    font-weight: normal;
    font-size: 15px;
}
.scoresheet-details-totaal-geel {
    border: 1px solid lightgray;
    font-weight: bold;
    width: 70px;
    color: black;
    font-size: 15px;
}
.scoresheet-details-totaal-geel-zero {
    border: 1px solid lightgray;
    width: 70px;
    color: gray;
    font-weight: normal;
    font-size: 15px;
}

.scoresheet-header-naam-speler-wit {
    background-color: black;
    color: white;
}
.scoresheet-header-naam-speler-geel {
    background-color: black;
    color: yellow;
}
.scoresheet-stats {
    background-color: black;
    color: white;
    text-align: center;
}

.scoresheet-stats-series {
    background-color: black;
    color: white;
    text-align: center;
    height: 40px;
    font-weight: bold;
    font-size: 18px;
}
.scoresheet-stats-title-wit {
    background-color: black;
    color: white;
    text-align: center;
    height: 25px;
}
.scoresheet-stats-title-wit-split {
    background-color: black;
    color: white;
    text-align: center;
    height: 25px;
    border-right-style: groove;
    border-right-color: white;
}
.scoresheet-stats-title-geel {
    background-color: black;
    color: yellow;
    text-align: center;
    height: 25px;
}
.scoresheet-stats-wit {
    text-align: center;
    border: 1px solid lightgray;
    height: 25px;
    color: black;
}
.scoresheet-stats-geel {
    text-align: center;
    border: 1px solid lightgray;
    color: black;
}
.scoresheet-stats-wit-reeks {
    border: 1px solid lightgray;
    background-color: black;
    color: white;
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
}
.scoresheet-stats-wit-perc {
    text-align: center;
    border: 1px solid lightgray;
    height: 25px;
    font-style: italic;
    font-size: 12px;
    color: black;
}
.scoresheet-stats-geel-perc {
    text-align: center;
    border: 1px solid lightgray;
    height: 25px;
    font-style: italic;
    font-size: 12px;
    color: black;
}
