/******* h1 h2 h3 hn**********/
#content .ezxmltext-field h1, 
#content .ezxmltext-field h2,
#content .ezxmltext-field h3, 
#content .ezxmltext-field h4, 
#content .ezxmltext-field h5, 
#content .ezxmltext-field h6,
#content .ezxmltext-field h7, 
#content .ezxmltext-field h8 
#content .ezxmltext-field h9 
#content .ezxmltext-field h10 
{
    color: #ae1720;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    margin: 0 0 1px;
}
/*****************************/
/******* blockquote **********/
#content .ezxmltext-field blockquote.blockquote p {margin: 0px}
#content .ezxmltext-field blockquote.blockquote footer {text-align: left;}
#content .ezxmltext-field blockquote.blockquote-reverse footer {text-align: right;}
/*****************************/
/**********image inline*******/
#content .ezxmltext-field .embed-inline-left,
#content .ezxmltext-field .embed-inline-right
{
    display: block;
    height: auto;
    max-width: 100%;
    overflow: visible;    
}
#content .ezxmltext-field .embed-inline-left 
{
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
}
#content .ezxmltext-field .embed-inline-right 
{
    float: right;
    margin-left: 15px;
}
#content .ezxmltext-field .object-center
{
    text-align: center;
}
#content .ezxmltext-field .object-center .attribute-image img
{
    margin: 0 auto;
}
#content .ezxmltext-field .content-view-embed
{
    margin-bottom: 19px;
}