.editMode .absolute-header{
    position:relative !important;
}
.selector-rasgos-opcion {
    display: inline-block;
    padding: 20px;
}
.div-variante {
    width: 100%;
}
.div-variante .texto-variante {
    padding: 40px;
}

.variante-original {
    background: lightgrey;
    color: black;
}
.variante-magnoliaTag {
    background: cyan;
}
.variante-cookie {
    background: greenyellow;
    color: black;
}
.variante-urlParameter {
    background: coral;
    color: black;
}
.variante-country {
    background: red;
    color: white;
}
.variante-customerTag {
    background: darkblue;
    color: white;
}