﻿#div_content{
    font-size:10pt;
    line-height:18px;
}

    #div_content h2 {
        line-height:18px;
        margin-bottom:10px;
        font-weight:bold;
        font-size:12pt;
    }

.img_left{
    float:left;
    margin-right:20px;
    width:50%;
    margin-bottom:16px;
}

.img_right {
    float: right;
    margin-left: 20px;
    width: 50%;
    margin-bottom:16px;
}

.img_full{
    width:100%;
}

.div_blog_separator {
    width: 100%;
    clear: both;
    margin-top: 10px;
}

.div_pink_right {
    background-color: #e52285;
    border-radius: 12px;
    width: 100%;
    float:right;
    margin-left:20px;
    box-sizing: border-box;
    padding: 20px;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 16px;
    width: 50%;
    color: #fff;
    font-size:13pt;
    line-height:22px;
}

.div_pink_full {
    background-color: #e52285;
    border-radius: 12px;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    color: #fff;
    font-size: 13pt;
    line-height: 22px;
}

.p_introduction {
    font-weight: bold;
    color: #283272;
    font-size:11pt;
    line-height:20px;
}

#div_blog_features{
    padding-top:20px;
}

#div_blog_features table td {
    vertical-align: middle;
    font-weight: bold;
}

#div_blog_features div {
    margin-left:16px;
    cursor:pointer;
    display: inline-block;
}

#div_blog_features img {
    height: 26px;
}

#div_blog_features .img_share{
    margin-left:0px;
    height:20px;
    margin-right:16px;
}

#div_blog_features .td_padding_left{
    padding-left:16px;
}