div.content_page .message-content {
    max-width: 732px;
    margin: 0px 21px 12px 21px;
}
div.content_page img {
    width: 100%;
    max-width: 682px;
    border: 4px solid #c2ccd6;
    border-radius: 8px;
}
div.content_page iframe {
    max-width: 682px;
    border: 4px solid #c2ccd6;
    border-radius: 8px;
}
div.content_page blockquote {
    background: #8080801f;
    padding: 21px;
    margin: 12px 0px 18px 0px;
    border-radius: 8px;
}