.calabiyau_service_attrs_table_style {
    border-collapse: collapse;
    margin: 5px 0;
    font-size: 0.9em;
    font-family: sans-serif;
    min-width: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.calabiyau_service_attrs_table_style thead tr {
    background-color: #427FA2;
    color: #000000;
    text-align: left;
}

.calabiyau_service_attrs_table_style th,
.calabiyau_service_attrs_table_style td {
    padding: 12px 15px;
}

.calabiyau_service_attrs_table_style tbody tr {
    border-bottom: 1px solid #dddddd;
}

.calabiyau_service_attrs_table_style tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.calabiyau_service_attrs_table_style tbody tr:last-of-type {
    border-bottom: 2px solid #427FA2;
}

.calabiyau_service_attrs_table_style tbody tr.calabiyau_service_attrs_active_row {
    font-weight: bold;
    color: #000000;
}

