.table-expenses tr td:nth-child(3) {
    min-width: 100px;
}

.table-expenses tr td:nth-child(6) {
    min-width: 80px;
}

.table-invoices tr td:nth-child(2) {
    min-width: 100px;
}

.table-invoices tr td:nth-child(4) {
    min-width: 80px;
}
.label-tag {
    white-space: break-spaces;
    text-align: left;
}
#logo {
    height: 100%;
}
.hr-panel-heading + .row {
    position: relative;
    z-index: 1;
}
.task-info-billable span {
    overflow-wrap: anywhere;
}