.RegistryEditor {
    &-right-column {
        width: 25%;
    }
    &-right-column-rule {
        margin: 0;
    }
    &-successMessage {
        background-color: $turtle;
        border: solid 1px #000;
        color: white;
        margin-bottom: 10px;
        padding: 7px;
    }
    &-message {
        border: solid 1px #000;
        color: white;
        margin-bottom: 10px;
        padding: 7px;
    }
    &-danger {
        background-color: $parrot;
    }
    &-success {
        background-color: $turtle;
    }
    &-header {
        font-weight: normal;
    }
    &-details-group {
        border: solid 1px $ownership-details-group-border-color;
        margin: 20px 0;
    }
    &-details-group-internal-conflicts {
        border: solid 1px $table-border-color;
        border-radius: 3px;
        font-size: 12px;
        letter-spacing: .1px;
        line-height: 1.08;
        margin: 20px 0;
    }
}
