.dk-table {
    width: 100%;
    border-collapse: collapse;
}

.dk-table th, .dk-table td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: center;
}

.dk-table th {
    background-color: #f2f2f2;
}

.dk-table tr:nth-child(even) {
    background-color: #f9f9f9;
}
