.op-wrapper {
	margin-bottom: 0.4rem;
}

.op-caption {
	font-family: monospace;
    font-style: italic;
    /* font-weight: bold; */
	color: #17a2b8;
	
	display: inline-block;
    width: 150px;
}

.op-block {
	display: inline-block;
}

.op-caption {
	display: block;
}


.array-item-append {
	
}

.array-item-delete {
	display: inline-block;
}

.array-item-delete:hover {
	/* background: red; */
}

.array-item-wrapper.backlighted *{
	background: #e5e5e5;
	color: #5e5e5e;
}

.variant-item-selector {
	margin-right: 2px;
	opacity: 0.8;
}

.variant-item-selector.selected {
	color: blue;
	opacity: 1;
}




.root-pivot {
	margin-left: 4px;
}


.line-selected, table.dataTable tbody tr.line-selected {
    background: #e0e0ff;
}