/* 定制推荐和反对按键 */
#div_digg{
  position:fixed;
  bottom:-10px;
  width:120px;
  right:20px;
  box-shadow: 0 0 6px #0000FF;
  border:2px solid #FF0000;
  padding:4px;
  background-color:#fff;
  border-radius:4px 4px 4px 4px !important;
}

.icon_favorite {
    background: transparent url('https://images.cnblogs.com/cnblogs_com/shwee/1218109/o_kj.gif') no-repeat 0 0;
    padding-left: 15px;
}

#blog_post_info_block a {
    text-decoration: none;
    color: #5B9DCA;
    padding: 3px;
}


#back-to-top {
    background-color: #8bcc99;
    bottom: 100px;
    box-shadow: 0 0 6px #72a072;
    padding: 5px 10px;
    position: fixed;
    right: 50px;
    border-radius: 8px;
    opacity: 0.7;
}

#p_b_follow{
width:100px;
background-color: #e4393c;
text-align: center;
border-radius: 5px;
}

#p_b_follow > span{
font-size: 16px;
font-weight: bold;
color: white;
}

#p_b_follow > a{
font-size: 16px;
font-weight: bold;
color: white;
}
