.parent_div {
    width: auto;
    height: auto;
 word-wrap: break-word;
 overflow: hidden;
 padding: 1em;
 min-width: 100px;
 min-height: 50px;
}
.content_div {
    width: 100%;
   /* min-width: 50px; */
    height: auto;
   /* min-height: 50px; */
    position: relative;
    word-wrap: break-word;
    font-size: 12px;
    overflow: hidden;
    font-weight: normal;
    font-style: normal;
}
.content_div a {
    text-decoration: underline;
    color: inherit;
}
.handle, .delete_div {
    color: #000000;
    width: 30px;
    height: auto;
    float: left;
    font-size: 18px;
    cursor: pointer;
}