.editor_content
{
    color: #40448d !important; 
    line-height: 24px !important;
    padding-bottom: 20px !important;
    font-size: 16px !important;
    font-family: "Open Sans",Arial;
    font-style: italic;
}

.editor_content blockquote
{
    font-style: italic;
    font-family: "Open Sans",Arial;
    padding: 2px 0;
    border-style: solid;
    border-width: 0;
}

.editor_content  blockquote
{
    padding-left: 20px;
    padding-right: 8px;
    border-left-width: 5px;
}

.editor_content  blockquote
{
    padding-left: 8px;
    padding-right: 20px;
    border-right-width: 5px;
}

.editor_content a
{
    color: #e6007e !important;
}
.editor_content b , .editor_content strong
{
    color: #40448d !important;
    font-weight: bold;
}

.editor_content ol,.editor_content ul,.editor_content dl
{
    /* IE7: reset rtl list margin. (#7334) */
    *margin-right: 0px !important;
    /* preserved spaces for list items with text direction other than the list. (#6249,#8049)*/
    margin:0 0 0 0 !important;
    padding: 0 40px !important;
    margin-bottom:15px !important;
    float:none !important;
    overflow:auto !important;
}
.editor_content li {
    margin:0 0 0 0 !important;
    padding:0 0 0 0 !important;
    width:auto;
    float:none !important;
    overflow:visible !important;
}
.editor_content ul {
    list-style:disc !important;
}
.editor_content ol {
    
}

.editor_content h1,.editor_content h2,.editor_content h3,.editor_content h4,.editor_content h5,.editor_content h6
{
    font-weight: 400 !important;
    line-height: 18px !important;
    margin:0px !important;
    margin:0 0 0 0 !important;
    padding:0px !important;
    padding:0 0 0 0 !important;
    color: #40448d !important;
    font-family: "Open Sans",Arial;
    font-weight: normal !important;
    padding-bottom: 0px !important;
    text-transform: none !important;
    background:none !important;
    float:none !important;
    margin-bottom: -10px !important;
}
.editor_content h1{
    font-size: 17px !important;
}
.editor_content h2{
    font-size: 17px !important;
}
.editor_content h3{
    font-size: 17px !important;
}
.editor_content h4{
    font-size: 17px !important;
}
.editor_content h5{
    font-size: 17px !important;
}
.editor_content h6{
    font-size: 17px !important;
}

.editor_content hr
{
    border: 0px;
    border-top: 1px solid #ccc;
}

.editor_content p
{
    margin: 1em 0px !important;
    padding:0 !important;
    padding-bottom:0px;
    padding-top:0px;
    padding-left:0px;
    padding-right:0px;
}
.editor_content p:first-of-type
{
    margin-top:0px;
}

.editor_content img.right
{
    border: 1px solid #ccc;
    float: right;
    margin-left: 15px;
    padding: 5px;
}

.editor_content img.left
{
    border: 1px solid #ccc;
    float: left;
    margin-right: 15px;
    padding: 5px;
}

.editor_content pre
{
    white-space: pre-wrap; /* CSS 2.1 */
    word-wrap: break-word; /* IE7 */
}

.editor_content .marker
{
    background-color: Yellow;
}

.editor_content span[lang]
{
   font-style: italic;
}

.editor_content figure
{
    text-align: center;
    border: solid 1px #ccc;
    border-radius: 2px;
    background: rgba(0,0,0,0.05);
    padding: 10px;
    margin: 10px 20px;
    display: block; /* For IE8 */
}

.editor_content figure figcaption
{
    text-align: center;
    display: block; /* For IE8 */
}