.ActionedConflictsTable {

    &-track-head-cell-fixed {
        padding-left: 10px;
        width: 240px;
    }

    &-track-head-cell-d3-fixed {
        padding-left: 10px;
        width: 200px;
    }

    &-artist-head-cell-fixed {
        width: 230px;
    }

    &-artist-head-cell-d3-fixed {
        width: 190px;
    }

    &-product-head-cell-fixed {
        width: 215px;
    }

    &-product-head-cell-d3 {
        width: 18%;
    }

    &-product-head-cell-d3-fixed {
        width: 175px;
    }

    &-subaccount-head-cell-d3 {
        width: 13%;
    }

    &-subaccount-head-cell-d3-fixed {
        width: 135px;
    }

    &-owner-head-cell-fixed {
        width: 150px;
    }

    &-owner-head-cell-d3 {
        width: 14%;
    }

    &-owner-head-cell-d3-fixed {
        width: 135px;
    }

    &-response-head-cell,
    &-response-head-cell-fixed {
        font-weight: $weight_bold;
        padding-left: 25px;
        width: 17%;
    }

    &-response-head-cell-fixed {
        width: 145px;
    }

    &-date-head-cell {
        width: 12%;
    }

    &-date-head-cell-fixed {
        padding-right: 10px;
        width: 140px;
    }
}
