md-list md-list-item table.dils {
    padding: 0;
    border-spacing: 0px;
    border-collapse: collapse;
    width: 85%;
}

md-list md-list-item table.dils td {
    border: solid 1px #cfd8dc;
}

md-list md-list-item table.dils td.label {
    font-weight: 300 !important;
    text-transform: uppercase;
    font-size: 10px;
    color: #a5bac3;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 5px;
}

md-list md-list-item table.dils td.primary {
    text-align: center;
    width: initial;
    font-weight: 600;
}
.bo-order-list md-list md-list-item .secondary {
    white-space: nowrap;
}
.bo-order-list  md-list > .highlight.md-subheader {
   
    height: auto;
    line-height: initial;
}
.bo-order-list .card-action-button {
    min-width: 40px !important;
}