.up_file, .up_file_content, .up_data {
    max-height: none !important;
    height: auto !important;
    overflow: visible !important;
}

.up_image {
    max-height: none !important;
    max-width: 100% !important;
    height: auto !important;
    display: block;
    margin: 5px 0;
}
.up_image[style] {
    max-height: none !important;
    max-width: 100% !important;
    height: auto !important;
    display: block;
}
.emo_chat {
    height: auto !important;
    max-height: none !important;
    max-width: 70% !important;
    width: auto !important;
    display: block !important;
}
.emo_content .emoticon {
    display: inline-block;
    vertical-align: top;
    width: auto;
    height: auto;
    margin: 5px;
}

.emo_content .emoticon img {
    max-height: 40px;
    max-width: 40px;
    height: auto;
    width: auto;
    display: inline-block;
}

.emo_content .emoticon img[src*="emoticon/Gif"] {
    max-height: 100px !important;
    max-width: 100px !important;
    height: auto !important;
    width: auto !important;
    display: inline-block !important;
}
