.js-sortable li{
    list-style: none;
    color:white;
    background-color: #007bff;
    margin-bottom:5px;
    border-radius:5px;
    border: 1px solid #007bff;
    padding:3px;
    cursor: move;
}

ul.js-sortable{
    padding:0px;
}