body {
    background-image: url("/ADL/Images/Background.png"); 
}
.logo {
    display: block;
    margin-left: 690px;
    margin-right: auto; 
}

[class^="div-"] {
    border-style: solid;
    border-width: thin;
    border-color: white;
    position: relative;
    background-color:rgba(0, 0, 0, 0.5);
    border-radius: 10px; /* voeg dit toe voor afgeronde hoeken */
}

.div-left {
    height: 607px;
    width: 220px;
    left: 190px;
    top: 10px;
    padding-left: 10px;
}

.div-right-bottom {
    width: 1242px;
    height: 559px;
    left: 421px;
    top: -599px;
    padding-left: 10px;
    padding-top: 30px;
    padding-bottom: 20px;
    color: white;
    font-family: arial;
    text-align: center;
    border-bottom: none;
}

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

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

.info-titel-speler-gezocht {
    top: -30px;
    font-family: arial;
    font-size: 30px;
    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-gezocht {
    color: white;
    background-color: green;
}


/*   TABLE DESIGN    */

/* TABLE SPELER GEZOCHT   */

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

#table_speler_gezocht th {
    height: 30px;
    background-color: black;
    color: white;
}

#table_speler_gezocht td {
    font-size: 14px;
    font-family: arial;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    border: 1px solid lightgray;
    position: relative;
    height: 20px;
    color: black;
    text-align: left;
}
#table_speler_gezocht tr:nth-child(odd) {
    background-color: #eee;
}
#table_speler_gezocht tr:nth-child(even) {
    background-color: #fff;
}

#table_speler_gezocht th:nth-child(1) {   /*   #   */
    width: 25px;
    text-align: center;
}
#table_speler_gezocht th:nth-child(2) {   /*   PLOEG ID   */
    display: none;
}
#table_speler_gezocht th:nth-child(3) {   /*   PLOEG NAAM   */
    width: 220px;
}
#table_speler_gezocht th:nth-child(4) {   /*   VRAAG   */
    width: 620px;
}
#table_speler_gezocht th:nth-child(5) {   /*   CONTACT   */
    width: 250px;
}
#table_speler_gezocht th:nth-child(6) {   /*   DATUM   */
    width: 100px;
}

#table_speler_gezocht td:nth-child(1) {   /*   #   */
    text-align: center;;
}
#table_speler_gezocht td:nth-child(2) {   /*   PLOEG ID   */
    display: none;
}
#table_speler_gezocht td:nth-child(3):hover {   /*   PLOEG NAAM   */
    cursor: pointer;
}
#table_speler_gezocht td:nth-child(6) {   /*   DATUM   */
    text-align: center;;
}


/* TABLE PLOEG GEZOCHT   */

#table_ploeg_gezocht th {
    height: 30px;
    background-color: black;
    color: white;
}

#table_ploeg_gezocht td {
    font-size: 14px;
    font-family: arial;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    border: 1px solid lightgray;
    position: relative;
    height: 20px;
    color: black;
    text-align: left;
}
#table_ploeg_gezocht tr:nth-child(odd) {
    background-color: #eee;
}
#table_ploeg_gezocht tr:nth-child(even) {
    background-color: #fff;
}

#table_ploeg_gezocht th:nth-child(1) {   /*   #   */
    width: 25px;
    text-align: center;
}
#table_ploeg_gezocht th:nth-child(2) {   /*   SPELER ID   */
    display: none;
}
#table_ploeg_gezocht th:nth-child(3) {   /*   SPELER NAAM   */
    width: 220px;
}
#table_ploeg_gezocht th:nth-child(4) {   /*   VRAAG   */
    width: 620px;
}
#table_ploeg_gezocht th:nth-child(5) {   /*   CONTACT   */
    width: 250px;
}
#table_ploeg_gezocht th:nth-child(6) {   /*   DATUM   */
    width: 100px;
}

#table_ploeg_gezocht td:nth-child(1) {   /*   #   */
    text-align: center;;
}
#table_ploeg_gezocht td:nth-child(2) {   /*   SPELER ID   */
    display: none;
}
#table_ploeg_gezocht td:nth-child(3):hover {   /*   SPELER NAAM   */
    cursor: pointer;
}
#table_ploeg_gezocht td:nth-child(6) {   /*   DATUM   */
    text-align: center;;
}
