/* Style for entity print tables */
table.entity-print {
width: 100%;
border-collapse: collapse;
margin-bottom: 1em;
font-family: Arial, sans-serif;
}

/* Header row styles */
table.entity-print thead {
background-color: #f5f5f5;
}

table.entity-print thead th {
padding: 8px 12px;
text-align: left;
border-bottom: 2px solid #ccc;
font-weight: bold;
}

/* Body row styles */
table.entity-print tbody tr {
border-bottom: 1px solid #ddd;
}

table.entity-print tbody tr:nth-child(even) {
background-color: #fafafa;
}

table.entity-print tbody td {
padding: 8px 12px;
vertical-align: top;
}