.p_a2_feedbacks_moderationInfo .examples textarea {
    width: calc(100% - 2em);
    height: 100%;
}

.p_a2_feedbacks_moderationInfo .examples tr td:first-child {
    width: 30%;
}

.p_a2_feedbacks_moderationInfo a {
    display: inline;
}

.p_a2_feedbacks_moderationInfo span.portalName {
    display: inline-block;
}

@media only screen and (max-width: 880px) {

    .moderationVariantsTableWrapper {
        overflow-x: scroll;
    }

}

