/* these are special */

.slip-reordering {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.45);
}

.slip-swiping-container {
    overflow-x: hidden;
}

#slippylist .instant {
    float: right;
}

.skewed {
    transform: rotate(2deg) scale(0.99);
    -webkit-transform: rotate(2deg) scale(0.99);
}

.demo-no-swipe.demo-no-reorder {
    opacity: 0.5;
}

ol {
    list-style: none;
}