
.rich_media_area_primary {
    padding: 20px 15px 15px 15px;
}

.post-head {
    border-bottom: 2px solid #edebec;
    margin-bottom: 15px;
}

.post-head .title {
    font-size: 21px;
    line-height: 27px;
    margin-bottom: 10px;
}
.post-head .date {
    font-size: 12px;
    line-height: 18px;
    color: #c2c2c2;
}

.post-first-image {
    display: block;
    margin: 0 auto;
    width: 100%;
    /*height: 200px;*/
    border-radius: 5px;
    margin-bottom: 46px;
    /*background: #0099df;*/
}

.post-first-image img {
    display: block;
    border-radius: 5px;
    width: 100%;
    /*height: 100%;*/
}

.post h1,.post h2,.post h3,.post h4,.post h5,.post h6 {
    font-size: 15px;
    line-height: 25px;
    font-weight: normal;
    margin-bottom: 30px;
}

.post p{
    font-size:15px;
    line-height:25px;
    word-wrap: break-word;
    white-space: normal;
    margin-bottom: 50px;
}

.post p.title{text-indent:0;margin:10px;}


.post img{
    display:block;
    max-width: 100%;
}

.post p>img{
    margin-bottom:-25px;
}