#editor p {
    margin: 0 0 20px;
}
#editor .wrap-bg {
    background: #f8f8f8;
    padding: 20px;
    margin: 20px auto;
}
#editor .wrap-bg blockquote {
    margin: 0 0 20px;
}
#editor .intro-txt {
    font-size: 19px;
    margin-bottom: 20px;
}
#editor .lft {
    float: left;
}
#editor .rght {
    float: right;
}
#editor .cntr {
    text-align: center;
}
#editor .img.lft,
#editor img.lft {
    margin: 0 24px 30px 0;
    max-width: 50%;
}
#editor .img.rght,
#editor img.rght {
    margin: 0 0 30px 24px;
    max-width: 50%;
}
#editor .clr {
    clear: both;
}
#editor .uppercase {
    text-transform: uppercase;
}
#editor .mark {
    color: #a2a2a2;
    font-size: 12px;
    position: relative;
    top: -0.6em;
}
