#divB {
    border: 1px solid #ccc;
    height: 400px;
    position: relative;
}
#divC {
    border: 1px solid #ccc;
    padding: 20px;
}
.draggable {
    position: absolute;
   /* border: 1px dashed #666;*/
    padding: 5px;
}
.tooltip-options {
    position: absolute;
    background: #fff;
    border: 1px solid #ccc;
    padding: 5px;
    display: none;
    z-index: 1000;
}

.usertext {
    font-size: 25px;
    color: white;
 }
 
 .edit-properties {
     background:#b3ccf8;
     position: relative;
     margin-left: 0px;
     padding: 15px;
     width: 300px;
     height: 450px;
     overflow: hidden;
     border: 0px solid blue;;
     border-radius: 25px;
     box-shadow: 10px 10px 5px lightblue;
 }