.mk-app-report{
    width: 100%;
    height: 100%;
    padding: 10px;
    overflow: hidden;
    .edf-table {
        overflow: auto;
    }
    &-cell-right {
        text-align: right;
    }
    &-total-cell {
        color: #FF7F00
    }
    
    .table_fixed_width{
        width: 120px !important;
    }
}
