
.container-drag ul {
    margin: 0px;
    padding: 0px;
    margin-left: 20px;
}

#list1 {
    width: 100%;
    list-style-type: none;
    margin: 0px;
}

#list1 li {
    float: left;
    padding: 5px;
    width: 130px;
    height: 130px;
}

#list1 div {
    width: 120px;
    height: 120px;
    border: solid 0px rgb(5, 109, 245);
    background-color: #E0E0E0;
    text-align: center;
    padding-top: 0px;
    
}


.placeHolder div {
    background-color: white !important;
    border: dashed 1px gray !important;
}