.u-background-compl td .tablesaw-cell-label {
    display: none!important;
}

.u-background-compl td{
    background-color: #ffb366!important;
}

@media (max-width: 39.9375em){
    .tablesaw .u-textCenter{
        text-align: left!important;
    }
    .tablesaw-stack thead td, .tablesaw-stack thead th {
        display: none!important;
    }
    .tablesaw-cell-content > .tablesaw-cell-label {
        display: none!important;
    }
}

.tablesaw-stack td .tablesaw-cell-label, .tablesaw-stack th .tablesaw-cell-label{
    width:100px!important;
}

.tablesaw-cell-content {
    overflow-wrap: break-word !important;
}

@media (min-width: 768px){
    .Dialog-content--centered {
        width: 95%;
        left: 0!important;
        transform: translateX(0) translateY(-55%)!important;
    }
    
    .Dialog-content {
        max-height: 100%;
        overflow: auto;
    }
}

@media (max-width: 767px){

}
