.table_display td, .table_display table {
    border: none !important;
    font-family: Lato, arial, sans-serif;
    white-space: normal !important;
}



.table_display tr:nth-child(2n) td {
    background-color: #e5eaef;
}

.page-type-store-product .table_display td:nth-child(1) {
    width: 30%;
}

.table_display td.highlighted, .htCore td.highlighted {
    background-color: #2c4b76 !important;
    color: white !important;
}

.table_display td.highlighted {
    border-top: solid 20px white !important;
}


.table_display tr:first-child td.highlighted {
    border-top: none  !important;
}
