/*.tabcontent {
    display: none;
}
.tabcontent.active {
    display: block;
}*/
/* Customize submit buttons */
/*.submit-basic {
    background-color: blue;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
}
.submit-programming {
    background-color: green;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
}
.submit-communication {
    background-color: orange;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
}
.submit-default {
    background-color: gray;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
}*/
.tablee {
            width: 100%;
            border-collapse: collapse;
            color: black; /* Set the text color to black */
            margin-top: 20px;
        }

        .qu, .quu {
            border: 1px solid black; /* Set the border color to black */
            padding: 8px;
            text-align: left;
        }

        .qu {
            background-color: #f2f2f2;
        }