.body{
    font-size: small;
}
.span{
    color: white;
    font-size: x-large;
}
.th{
    font-weight: bold;
    /*background-color: green;*/
}
.producthead{
    font-weight: bold;
    cursor: pointer;
}
.customerhead{
    font-weight: bold;
    cursor: pointer;
}
.highligted{
    font-weight: bold;
}
.relText{
    font-weight: bold;
    text-align: right;
}
.redText{
    color:red;
}
.disabled{
    color:darkgrey;
}
.customerheaddisable{
    color: darkgrey;
    cursor: pointer;
}
.productheaddisable{
    color: darkgray;
    cursor: pointer;
}