.PhysicalProductPublishingObligationReviewTracks {
    /* stylelint-disable selector-no-type */
    &-table {
        tbody tr td {
            border: none;
        }
        tbody + tbody {
            border: none;
        }
    }
    &-track-row {
        tr:nth-of-type(even) {
            border: none;
            height: 0;
        }
        tr:nth-of-type(even) td {
            padding: 0;
        }
        .WithholdRoyalties-container {
            margin-left: 8px;
        }
    }
    &-track-row:nth-of-type(even) {
        background-color: $grey_140;
    }
    &-not-found {
        margin-bottom: 30px;
        text-align: center;

        .Icons-tracks-empty {
            color: $grey_200;
            height: 75px;
            width: 65px;
        }

        span {
            color: $grey_200;
            font-size: 20px;
            font-weight: bold;
        }
    }
    /* stylelint-enable selector-no-type */
}
