/**
 * CSS styles for entity print functionality.
 */

.ayendo-view-pdf table {
    border-collapse: collapse;
    width: 100%;
    font-size: 10px;
}

.ayendo-view-pdf table,
.ayendo-view-pdf th,
.ayendo-view-pdf td {
    border: 1px solid #ddd !important;
    padding: 6px;
}
