/* Table styles */

table.styled {
    border-collapse: collapse;
}

table.styled th,
table.styled td {
    vertical-align: top;
    padding: 1px 4px; /* J'ai choisi la valeur la plus petite pour éviter les conflits */
    border: 1px solid #ccc;
    border-bottom: 1px solid #eee;
}

table.styled th {
    background: #eee;
    border-bottom: 1px solid #ccc;
    text-align: left;
}
