#blogTitle h2 {
    line-height: 3;
}
.myRewards{
  top: 20% !important;
}

#MySignature {
    background-color: #EDEDED;
    border-radius: 10px;
    padding: 10px;
    line-height: 1.5;
    font-size: 14px;
}

#site_nav_under, #ad_t2 {
    display: none;
}
.c_ad_block, .ad_text_commentbox {
    display: none;
    margin: 0;
    padding: 0;
}
#ad_under_google {
    height: 0;
    overflow: hidden;
}
#ad_under_google a {
    display: none;
}
img.my_map {
    width: 229px;
}
#cnblogs_post_body h3 {
    color: #fff;
    padding: 5px;
    background-color: #21759b;
    border: 1px solid #fff;
    border-radius: 5px;
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
}

/*推荐和反对*/
#div_digg {
    position: fixed;
    bottom: 10px;
    right: 15px;
    padding: 10px;
    z-index: 100;
    background-color: #fff;
    border-radius: 5px 5px 5px 5px !important;
    box-shadow: 0 0 0 1px #ededed, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
}