.card-container {
    margin: 8px;
    padding: 16px;
    background: #fff;
}

.tableTextWrap {
    table-layout: fixed;
    overflow-wrap: break-word;
}

.textWrap {
    overflow-wrap: break-word;
}


/*Removing Processing Label in Table*/

div.dataTables_processing {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 0%;
    height: 0px;
    margin-left: 0%;
}

label[number-no-decimal],
label[number-one-decimal],
label[number-two-decimal],
label[number-three-decimal],
label[number-four-decimal],
label[number-five-decimal],
label[number-six-decimal],
label[number-seven-decimal],
label[number-eight-decimal] {
    font-weight: inherit !important;
    color: inherit !important;
    margin-bottom: 0px;
}
label[date-label] {
    font-weight: inherit !important;
    color: inherit !important;
    margin-bottom: 0px;
}
ul.pager.box-footer li {
    margin-left: 10px;
}