[scroll-glue-top], [scroll-glue-bottom], [scroll-glue] {
    height: 450px;
    overflow-y: scroll;
    /*border: 1px solid gray;*/

    padding: 0px;
    margin: 0px;
    padding-right: 12px;
}

[scroll-glue-left], [scroll-glue-right] {
    width: 100px;
    overflow-x: scroll;
    border: 1px solid gray;
    padding: 10px;
}

[scroll-glue-left] span, [scroll-glue-right] span {
    border: 1px solid black;
}
