@import "../restaurant_list.css";


tbody.delivery-restaurant-list .delivery-restaurant-list-cuisine {
    width: 100px;
    text-align: left;
}

tbody.delivery-restaurant-list .delivery-restaurant-list-cuisine .delivery-restaurant-list-cell-spreader {
    width: 73px; /* 110 - 13 - 13 - 1 */
}

tbody.delivery-restaurant-list .delivery-restaurant-list-name {
    width: 160px;
}

tbody.delivery-restaurant-list .delivery-restaurant-list-name .delivery-restaurant-list-cell-spreader {
    width: 133px; /* 160 - 13 - 13 - 1 */
}

tbody.delivery-restaurant-list .delivery-restaurant-list-delivery-hours {
    width: 344px;
    padding-left: 0px;
    padding-right: 0px;
}

tbody.delivery-restaurant-list .delivery-restaurant-list-delivery-hours .delivery-restaurant-list-cell-spreader {
    width: 317px; /* 344 - 13 - 13 - 1 */
}

.delivery-restaurant-list-delivery-hours-row {
    width: 317px;
}

.delivery-restaurant-list-delivery-hours-value {
    width: 230px;
}
    
