.kalimati-date {
    font-size: 18px;
    font-weight: bold;
    margin: 20px 0 10px;
    color: #2b7a78;
    background-color: #def2f1;
    padding: 10px;
    border-left: 5px solid #3aafa9;
}

.kalimati-table-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
}

.kalimati-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-family: Arial, sans-serif;
    font-size: 14px;
    background-color: #fff;
    min-width: 600px;
}

.kalimati-table th, .kalimati-table td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: center;
}

.kalimati-table th {
    background-color: #4CAF50;
    color: white;
}

.kalimati-table tr:nth-child(even) {
    background-color: #f9f9f9;
}

.kalimati-table tr:hover {
    background-color: #f1f1f1;
}