#imagets_settings small{margin-left:10px;}
#imagets_settings .mini-preview{height:20px;margin-left:10px;vertical-align:middle;}
#imagets_settings .title{width:200px}
#preview-img{position:fixed;right:20px;top:53px;border:solid 1px #ccc;padding:5px;border-radius:1px;width:300px;height:auto;background:#fff;box-shadow: 0px 0px 10px #ccc}

/* Webkit */
input[type=range],
input[type=range], 
input[type=range] {
    -webkit-appearance: none;
    border-radius: 8px;
    height: 7px;
    border: 1px solid #bdc3c7;
    background-color: #fff; 
}
input[type='range']::-webkit-slider-thumb,
input[type='range']::-webkit-slider-thumb,
input[type='range']::-webkit-slider-thumb {
    -webkit-appearance: none;
    background-color: #ecf0f1;
    border: 1px solid #bdc3c7;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    cursor: pointer;
}

#infobox{
    position: fixed;
    top: 320px;
    right: 20px;
    width: 310px;
}

#infobox .postbox{
    padding: 20px;
}

#infobox a{
    text-decoration: none;
}