.upchainToolbar{
    margin: auto;
    width: 480px;
    height: 40px;
    background-color: #eceff0;
    border-radius: 6px;
    position: relative;
    top: 10px;
}

.toolbar-wrapper > div {
	height: 0px;
}

.upchainOption{
    float: left;
}
input[type=range][orient=vertical]
{
    writing-mode: bt-lr !important; /* IE */
    -webkit-appearance: slider-vertical !important; /* WebKit */
    width: 8px !important;
    height: 175px !important;
    padding: 0 5px !important;
}