.zoom-kelas-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

.zoom-kelas-table th,
.zoom-kelas-table td {
    padding: 12px;
    border: 1px solid #ddd;
    text-align: left;
}

.zoom-kelas-table th {
    background-color: #f5f5f5;
}

.zoom-kelas-table tr:nth-child(even) {
    background-color: #fafafa;
}

.zoom-kelas-table a {
    text-decoration: none;
    color: #0073aa;
}

.zoom-kelas-table a:hover {
    text-decoration: underline;
}