/* these are special */
.slip-reordering {
    box-shadow: 0 2px 10px rgba(0,0,0,0.45);
}

.slip-swiping-container {
    overflow-x: hidden;
}

.slippylist li {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    cursor: default;
}

/* the rest is junk for the demo page */
.slippylist li.demo-allow-select {
    padding: 1em;
    line-height: 1.3;
    user-select: text;
    -moz-user-select: text;
    -webkit-user-select: text;
}
.slippylist li.demo-allow-select span {
    cursor: text;
}



.slippylist {
    clear:left;
}

.wg-uneven {
	background-color: #eee ;
}


.wg-even {
	background-color: white ;
}




.slippylist li {
    display: block;
    position: relative;
	height: 38px;
    white-space: nowrap;
    overflow: hidden;
 	border-radius: 7px;
  	background-color: #eeeff3;
  
    margin: 0;
  	margin-right: 2px;
    text-align: left;
    max-width: 100%;
    line-height: 38px;
    vertical-align: middle;
    outline: 1px solid #DBDDE2;
  
}

.slippylist input {
    vertical-align: middle;
}

.slippylist .instant::after {
    content: " \2261";
}
.slippylist .instant {
    float: right;
}

.skewed {
    transform: rotate(2deg) scale(0.99);
    -webkit-transform: rotate(2deg) scale(0.99);
}


