
    #db-usr-profile {
        height: auto;
    }
    #db-usr-profile .info ul li.sub-menu {
        margin-right: 0;
    }
    #db-usr-profile .info ul li.sub-menu+.sub-menu {
        margin-right: 1em;
    }
    #db-usr-profile .info ul li.sub-menu+.sub-menu:before {
        content: '|';
        display: inline-block;
        vertical-align: middle;
        width: 1px;
        height: 14px;
        margin: -3px 3px 0 0;
        background: #bbb;
        font-size: 0;
    }
    
     .sns-bar .sharing-button {
        height: 23px;
     }
      .sns-bar .footer-sharing {
        float: right;
      }

      .sns-bar .rec-sec span {
        display: inline-block;
        line-height: initial;
        height: 16px;
      }

      .sns-bar .sharing-douban .lnk-sharing {
        line-height: initial;
        height: auto;
      }
    
    .comment-list li {
        position: relative;
        padding-left: 48px;
        margin-bottom: 20px;
    }
    .comment-list .avatar {
        position: absolute;
        top: 0;
        left: 0;
    }
    .comment-list p {
        margin: 3px 0 0;
    }
    .comment-list p a:link,
    .comment-list p a:visited {
        color: #666;
    }
    .comment-list p a:hover {
        color: #fff;
    }
