.clone {
    border: 2px solid cyan;
}
/*https://www.google.com/search?q=how+to+get+a+svg+to+fit+exactly+in+a+div&rlz=1C5MACD_enUS1029US1029&oq=how+to+get+a+svg+to+fit+exactly+in+a+div&gs_lcrp=EgZjaHJvbWUyBggAEEUYOTIHCAEQIRigATIHCAIQIRigATIHCAMQIRigATIHCAQQIRigATIHCAUQIRigATIHCAYQIRiPAjIHCAcQIRiPAtIBCDg5OTRqMWo0qAIAsAIB&sourceid=chrome&ie=UTF-8*/
.svgDisplay {
    width: 200px !important;
    height: 200px !important;
}
.svgDisplay svg {
    width: 100% !important;
    height: 100% !important;
}
.iblock {
    display: inline-block;
}
.footnote {
    font-size: 12px;
    background-color: #9bfdff;
}
div.current {
    margin-top: -20px;
}
.xtraControls {
    vertical-align: top;
    font-size: 12px !important;
}
button {
    border:none;
    margin-bottom: 2px;
    background-color: #9bfdff;
}
#lMacro, #lSequence {
    background-color: #9bfdff;
}
#macro, #history {
    width: 50% !important;
}
#moveSequence {
    width: 100%;
    margin-top: -3px;
}
.bord {
    border: solid;
}
.mt--1 {
    margin-top: -18px;
}