div.line-seperate:before {
    content : "";
    position: absolute;
    left    : 0;
    bottom  : 10;
    height  : 80%;
    width   : 2px;  /* or 100px */
    border-left:2px solid #777;
}