@media only screen and (min-device-width: 640px) {
	.dragorder,.dragordertop{
		display: none;
	}
}
.ui-sortable tr:hover {
	cursor: move;
}
.ui-sortable tr.alternate {
	background-color: #F9F9F9;	
}
.ui-sortable tr.ui-sortable-helper {
	background-color: #F9F9F9;
	border-top: 1px solid #DFDFDF;
}

.button.go-up, .button.go-down {
	display: none;
    height: 25px;
    width: 25px;
    margin: 0 0 5px 8px;
    padding: 1px;
    box-sizing: border-box;
}

@media only screen and (max-device-width: 640px) {
	.button.go-up, .button.go-down {
		display: inline-block;
	}
}
