/* wallet-edu.css */

.wallet-edu-container {
    margin: 20px 0;
    overflow-x: auto;
}

.wallet-edu-table {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    background-color: #f9f9f9;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

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

.wallet-edu-table th {
    background-color: #4CAF50;
    color: white;
    font-weight: bold;
}

.wallet-edu-table tr:nth-child(even) {
    background-color: #f2f2f2;
}

.wallet-edu-table tr:hover {
    background-color: #e0f7e0;
}
