.ResolvedConflictsTable {

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

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

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

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

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

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

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

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

    &-owner-head-cell {
        width: 15%;
    }

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

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

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

    &-territories-resolved-head-cell,
    &-territories-resolved-head-cell-fixed,
    &-territories-resolved-head-cell-d3,
    &-territories-resolved-head-cell-d3-fixed {
        font-weight: $weight_bold;
        padding-right: 15px;
        text-align: right;
    }

    &-territories-resolved-head-cell {
        width: 8%;
    }

    &-territories-resolved-head-cell-d3 {
        width: 10%;
    }

    &-territories-resolved-head-cell-fixed,
    &-territories-resolved-head-cell-d3-fixed {
        width: 100px;
    }

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

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

    &-date-head-cell-fixed,
    &-date-head-cell-d3-fixed {
        padding-right: 10px;
        width: 130px;
    }
}
