.fi-resource-task-types {
    .fi-table-cell-description {
        width: 50%;
    }
    .fi-table-cell-category\.name {
        width: 25%;
    }
    .fi-table-cell-name {
        width: 25%;
    }
}

.fi-resource-users {
    .fi-table-cell-name {
        width: 40%;
    }
    .fi-table-cell-role {
        width: 20%;
    }
    .fi-table-cell-email {
        width: 40%;
    }
}

.fi-resource-customers {
    .fi-table-cell-name {
        width: 40%;
    }
    .fi-table-cell-contacts {
        width: 20%;
    }
    .fi-table-cell-invoice-address-lines {
        width: 40%;
    }
}

.fi-resource-projects {
    .fi-table-cell-identifier {
        width: 5%;
    }
    .fi-table-cell-name {
        width: 30%;
    }
    .fi-table-cell-location\.name {
        width: 35%;
    }
    .fi-table-status-date {
        width: 10%;
    }
    .fi-table-cell-start-date {
        width: 10%;
    }
    .fi-table-cell-end-date {
        width: 10%;
    }
}

.fi-resource-project-tasks {
    .fi-table-cell-identifier {
        width: 10%;
    }
    .fi-table-cell-project\.name {
        width: 20%;
    }
    .fi-table-cell-category\.name {
        width: 20%;
    }
    .fi-table-cell-task-type\.name {
        width: 20%;
    }
    .fi-table-cell-recurrence {
        width: 30%;
    }
}

.fi-resource-work-logs {
    .fi-table-cell-is-car-used {
        width: 5%;
    }
    .fi-table-cell-is-car-used-sync {
        width: 5%;
    }
    .fi-table-cell-is-callout {
        width: 5%;
    }
    .fi-table-cell-is-callout-sync {
        width: 5%;
    }
    .fi-table-cell-total-invoice-hours {
        width: 5%;
    }
    .fi-table-cell-invoice-hours-sync {
        width: 5%;
    }
    .fi-table-cell-total-hours {
        width: 5%;
    }
    .fi-table-cell-hours-sync {
        width: 5%;
    }
}
