.redactor-variables-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.redactor-variables-list li {
    display: inline-block;
    margin-right: 4px;
    margin-bottom: 4px;
}
.redactor-variables-list span {
    white-space: nowrap;
    background: rgba(0,125,255, .75);
    color: #fff;
    display: inline-block;
    padding: 3px 6px;
    line-height: 1;
    border-radius: 4px;
    cursor: pointer;
}
.redactor-component[data-redactor-type=variable] {
	white-space: nowrap;
    background: #fcfcfc;
    color: #fff;
    display: block;
    padding: 3px 6px;
    line-height: 1;
    border-radius: 0;
    cursor: pointer;
    text-align: center; 
    text-transform: uppercase; 
    font-size: 11px;
    color: #4b4b4b;
    border-top: 1px dashed #ccc;
    border: 1px dashed #ccc;
    margin-top: 2rem;
    margin-bottom: 2rem;
	
}
.redactor-component-active[data-redactor-type=variable] {
	background: #efefef;
}
.redactor-variables-list span.redactor-variables-item-selected {
    background: #ee698a;
}

