.drag-and-drop{
    position:absolute;
    cursor :move;
    z-index: 999;
    display: block;
    height: auto;
    line-height: 0
}
.drag-and-drop2{
    position:absolute;
    cursor :move;
    z-index: 999;
    display: block;
    height: auto;
    line-height: 0;
}

.drag {
	z-index: 99999!important;
}

.drop-target{
    position: absolute;
    /*
    background-color: #f00;
    opacity: 0.3;;
    */
}

.contentResetBtn{
    position: absolute;
    top:600px;
    left:800px;
    cursor: pointer;
}
.trashImg{
    position: absolute;
    top:600px;
    left:1000px;
    cursor: pointer;
}
.original{
    position: absolute;
    cursor: move;
    z-index:100;
    line-height: 0;
}
.original2{
    position: absolute;
    cursor: move;
    z-index:100;
    line-height: 0;
}
.cardImg{
    width: 100%;
    vertical-align:bottom
}

.pair img{
    border: 1px solid #f00;
}

.vertical{
    /*border: 3px solid #0f0!important;*/
}

.trash{
    position: absolute;
    top:600px;
    left:730px;
}
.original img{
    width: 50px;
}
.original2 img{
    width:50px;
}

.drag-and-drop img{
    width: 50px;
}
.drag-and-drop2 img{
    width:50px;
}
.resetBtn{
    position:absolute;
    top:609px;
    left:1043px;
    width:133px; 
    z-index:3;
}