* .title .linkflairlabel {
    text-indent: -99999px;
    height: 0;
    width: 0;
    
}

* .title .linkflairlabel::before {
    content: '.';
    font-size: 0.1px;
    position: absolute;
    left: 25px;
    background-color: inherit;
    height: 80px;
    min-width: 10px;
    margin-top: -23px;
}


* .title .linkflairlabel::after{
    text-indent: 0;
    content: attr(title);
    position: absolute;
    right: 343px;
    background-color: inherit;
    min-width: 8px;
    height: 18px;
    line-height: 18px;
    width: 100px;
    text-align: center;
    margin-top: -23px;
}