/* Here, the content of the common custom CSS defined into Home - Setup - Display - CSS*/
div.description {
    color: #000000 !important;
}
.posinvoiceline td > span {
    font-weight: 600 !important;
    color: #f2f2f2;
}
.order td > span {
    font-weight: 600 !important;
    color: green !important;
}
.fdotables{
background-color: rgb(198,198,198) !important;
background: url("../takepos/img/fdo_tables.jpeg") no-repeat center center;
-moz-background-size: contain;
-webkit-background-size: contain;
background-size: contain;
position: relative;
}