.content-preview {
    position: relative;
}

.preview-editor {
    padding-top: 10px;
}

.comment-create-input-group .content-preview {
    padding-bottom: 50px;
}

.content-preview .media-body .text:hover {
    background: #fff8e0;
    cursor: pointer;
}

.content-preview .btn-remove {
    float: right;
    margin: 0 10px;
    cursor: pointer;
}

.content-preview a {
    word-break: break-all;
}

.content-preview .media-image.has-image {
    display: inline-block;
    float: left;
    max-width: 30%;
    padding-right: 10px;
}

.content-preview .media-image.has-image img {
    width: 100%;
    max-height: 150px;
}

.preview-editor .preview-description-text {
    margin-bottom: 40px;
}
