
.splitter {
    position: relative;
    float: left;
    width: 2%;
    height: 100%;
    border-right: 1px solid gray;
    cursor: move;
}
