/*
Creates some styles for TableView
*/

tr.draggable a {
    border-bottom: none !important;
}

tr.draggable a::before {
    content: "⸬  ";
}

.draggableviews-weight {
    display: none !important;
}


tr.draggable td {
    border: none !important;
    padding: 0!important;
}