/* <avatar> */
.wb-image a{
    display: block;
    color: #FFFFFF;
}
.wb-image{
    display: inline-block;
    position: relative;
    border: 1px solid grey;
    line-height: 0;
}
.wb-image__remove:before{
    content: "\f182";
    color: #fd6a6a;
    font-size: 20px;
    margin-right: 20px;
}
.wb-image__remove:hover:before{
    color: #FFFFFF;
}
.wb-image__remove{
    position: absolute;
    background: #424242;
    top: 0;
    right: 0;
    display: block;
    padding: 3px;
    width: 20px;
    height: 20px;
    overflow: hidden;
}
.wb-image__edit{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #FFFFFF;
    background: #333;
    background: rgba(51,51,51,0.5);
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    padding: 8px 0;
}
.wb-image__edit:hover{
    background: #000;
    background: rgba(51,51,51,1);
    font-weight: normal;
}
/* </avatar> */