.csw-form .csw-clone{
    display:none
}

ul.csw-sortable {
    list-style: none;
    margin: 0;
    padding: 0;
}

.csw-form .csw-sortable li {
    cursor:move;
    background:#fafafa;
    padding:10px;
    border:1px solid #e5e5e5;
    margin-bottom:10px;
    position:relative
}

.csw-form .csw-sortable label{
    display:inline-block;
    width:45px
}

.csw-form .csw-sortable select,.csw-form .csw-sortable input{
    width:calc( 100% - 58px)
}

.csw-form .csw-sortable p {
    margin:5px 0
}

.csw-form .csw-sortable .csw-remove{
    position:absolute;
    right:-8px;
    top:-8px;
    background:#e14d43;
    color:#fff;
    border-radius:50%;
    font-size:16px;
    height:16px;
    line-height:16px;
    width:16px;
    cursor:pointer
}