ul.wm-popover{
    position: absolute;
    background-color: #eee;
    border-radius: 4px;
    box-shadow: 0 4px 4px #666;
    top: 45px;
    left: 15px;
    display:none;
    z-index:10;
}

ul.wm-popover:before{
    content: '\025B4';
    position: absolute;
    top: -27px;
    font-size: 30px;
    left: 5px;
    color: #eee;}

ul.wm-popover > li{
    display:block;
    width:100%;
    padding:5px;
    text-align:left;
    border-bottom:1px solid #ccc;
}

ul.wm-popover > li:last-of-type{
    border-bottom:none;
}

ul.wm-popover > li > a{
    display:block;
    padding:5px;
    text-decoration:none;
    color: #333;
}

.share-option{
    padding-left:30px !important;
    background-repeat:no-repeat;
    background-position:4px center;
    background-size: 20px;
}

.share-option.facebook{
    background-image:url(/static/img/icones/face-circle.png);
}

.share-option.twitter{
    background-image:url(/static/img/icones/twitter-circle.png);
}

.share-option.cv{
    background-image:url(/static/img/favicon.ico);
}