.bbp-img-wrap {
    position: relative;
    display: inline-block;
}

#bbpress-forums fieldset.bbp-form .bbp-uploader-close {
    color: red;
    font-size: 18px;
    text-align: center;
    position: absolute;
    padding: 0 3px !important;
    top: 5px;
    right: 5px;
    z-index: 20;
}

#bbpress-forums fieldset.bbp-form .bbp-uploader-close:hover {
    cursor: pointer;
    background-color: red;
    color: white !important;
    border-radius: 24px;
}

#bbp-uploader-img-container {
    margin-bottom: 10px;
}

.bbp-files-queue {
    margin-bottom: 20px;
}

.bbp-files-queue:empty {
    margin-bottom: 0;
}

.shr-reply-attach {
    border-top: 1px solid #ededed;
    padding-top: 1em;
    margin-top: 1em;
}
