
.grey {
  background-color: rgba(128,128,128,.25);
}


/* border 
.table-product tbody .table-highlight {
*/
.table-highlight {
    border-left: 3px solid rgb(118, 163, 41) !important;
    border-right: 3px solid rgb(118, 163, 41) !important;
}

th.table-product {
    text-align: center;
    background-color: rgba(128,128,128,.25);
    text-color: white !important;
    font-size: 1.25em;
}


td.table-product {
    text-align: center;
}


td.table-label {
    text-align: left;
}



.profile {
    border-style: solid;
    border-width: 5px;

}

h3.profile {
    text-align: right;
}

