#flexbox {
    display: flex;
}

#original-display {
    width:100%;
    min-height:300px;
}

#ris-text {
    width: 100%;
    min-height: 300px;
}

#text-displays-container {
    width: 50%;
    padding-right: 12px;
}

#html-display-container {
    width:50%;
    min-height:300px;
    padding-left: 12px;
    border: 1px solid black;
    border-left: 6px solid gray;
}

#html-display{
    border-top: 1px solid black;
    background-color: white;
    height: 100%;
}

.display-label {
    color: gray;
}

#ref-select {
    height: 100%;
}