.upload_class{
    float: none;
    clear: both;
    padding: 10px 0 0 10px;
}

.upload_class .upload-img {
    float: left;
    padding: 10px 0 0 10px;
    position: relative;
}

.upload_class .delete-button {
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 5px;
    height: 17px;
    width: 17px;
    background-color: white;
    border-radius: 50%;
    border: 1px solid black;
    display: inline-block;
    /*font-family: 'Glyphicons Halflings';*/
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.upload_class .delete-button:hover {
    border: 1px solid red;
}

.upload_class .delete-button:before {
    position: absolute;
    content: "\2717";
    left: 3px;
    top: 1px;
    color: red;
}