[id$="ColumnsWrapper"] ol li::after {
    content: " (" attr(data-value) ")";
    color: gray;
}

[id$="ColumnsWrapper"] {
    height: 500px !important;
}

.control-markup img{
    width:300px;
}

.monospace{
    font-family:monospace, serif;
}