input[type=range][orient=vertical] {
    writing-mode: bt-lr;
    /* IE */
    -webkit-appearance: slider-vertical;
    /* WebKit or Chrome*/
    width: 10px;
    height: 100px;
    padding: 0 5px;
}