/* Additional styles for the dashboard */
canvas {
    margin: 20px 0;
    width: 100% !important;
    height: auto !important;
}

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

table, th, td {
    border: 1px solid #ddd;
}

th, td {
    padding: 12px;
    text-align: left;
}

th {
    background-color: #2c3e50;
    color: white;
}

tbody tr:nth-child(even) {
    background-color: #f2f2f2;
}
