#results{
    height: calc(100% - 86px);
}
.shlight {
    background: #ffe5b4;
    padding: 0 0 4px;
}
s{
    display: none;
}
.verse.selected{
    background: #e3dac9;
    cursor: pointer;
}
#copy-selected{
    position: fixed;
    right: -100%;
    top: calc(50% - 10px);
    transition: all .3s;
    opacity: 0;
    background: #616060;
    padding: 8px;
    border: 1px solid #2b2a2a;
    border-radius: 4px 0 0 4px;
}
#copy-selected.active{
    right: 0;
    transition: all .3s;
    opacity: 1;
}