#tablepress-13 {
    font-family: Arial, sans-serif;
    font-size: 12px;
}

#tablepress-13 td:nth-child(1) {
    width: 200px; /* Breedte van de eerste kolom */
}

#tablepress-13 td:nth-child(2) {
    width: 600px; /* Breedte van de tweede kolom */
}

#tablepress-13 tbody tr {
    height: 5px;
}