
[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: 1000px;
    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-kortste-wedstrijd {
    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-kortste-wedstrijd {
    color: white;
    background-color: green;
}

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

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


/*   TABLE STAND KORTSTE WEDSTRIJD  -------------------------------------------    */

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

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

.kortste-wedstrijd {
    position: absolute;
    left: 195px;
    top: 70px;
}

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

table#kortste_wedstrijd tr:nth-child(odd) {
    background-color: #eee;
}
table#kortste_wedstrijd tr:nth-child(even) {
    background-color: #fff;
}
.kortste-details-beurten-met-scoresheet {
    text-decoration: underline;
    cursor: pointer;
    font-weight: bold;
}

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

#kortste_wedstrijd td:nth-child(1) {
    width: 25px;
}
#kortste_wedstrijd td:nth-child(2) {
    display: none;
}
#kortste_wedstrijd td:nth-child(3) {
    text-align: left;
    width: 210px;
    font-weight: bold;
    cursor: pointer;
}
#kortste_wedstrijd td:nth-child(4) {
    width: 35px;
}
#kortste_wedstrijd td:nth-child(5) {
    display: none;
}
#kortste_wedstrijd td:nth-child(6) {
}
#kortste_wedstrijd td:nth-child(7) {
    width: 36px;
}
#kortste_wedstrijd td:nth-child(8) {
    width: 40px;
}
#kortste_wedstrijd td:nth-child(9) {
    width: 50px;
}
#kortste_wedstrijd td:nth-child(10) {
    width: 85px;
}
#kortste_wedstrijd td:nth-child(11) {
    text-align: center;
    width: 10px;
}
#kortste_wedstrijd td:nth-child(12) {
    text-align: left;
    width: 224px;
}




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

.scoresheet {
    position: relative;
    top: -10px;
    left: 400px;
    display: block;
    height: 1000px;
    width: 400px;
/*    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-ploeg-white {
    height: 30px;
    width: 200px;
    border: 1px solid white;
    vertical-align: middle;
    background-color: black;
    color: white;
    font-size: 12px;
    font-style: italic;
}
.scoresheet-header-ploeg-yellow {
    height: 30px;
    width: 200px;
    border: 1px solid white;
    vertical-align: middle;
    background-color: black;
    color: yellow;
    font-size: 12px;
    font-style: italic;
}

.scoresheet-header-tsp-white {
    height: 30px;
    border: 1px solid white;
    vertical-align: middle;
    background-color: black;
    color: white;
    font-size: 16px;
    font-weight: bold;
}    
.scoresheet-header-tsp-yellow {
    height: 30px;
    border: 1px solid white;
    padding-bottom: 5px;
    background-color: black;
    color: yellow;
    font-size: 16px;
    font-weight: bold;
}

.scoresheet-header-brt {
    width: 30px;
    font-size: 28px;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
    color: white;
    background-color: black;
    border: 1px solid white;
}
.scoresheet-header-brt:hover {
    cursor: pointer;
}    


.scoresheet-details-brt {
    height: 25px;
    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-stats {
    background-color: black;
    color: white;
    text-align: center;
}

.scoresheet-stats-series {
    background-color: black;
    color: white;
    text-align: center;
    height: 45px;
    font-weight: bold;
    font-size: 18px;
    padding-top: 5px;
}
.scoresheet-stats-title-wit {
    background-color: black;
    color: white;
    text-align: center;
    vertical-align: middle;
    height: 25px;
    border: 1px solid white;
}
.scoresheet-stats-title-geel {
    background-color: black;
    color: yellow;
    text-align: center;
    vertical-align: middle;
    height: 25px;
    border: 1px solid white;
}
.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;
}