1. * .title .linkflairlabel {
  2. text-indent: -99999px;
  3. height: 0;
  4. width: 0;
  5. }
  6.  
  7. * .title .linkflairlabel::before {
  8. content: '.';
  9. font-size: 0.1px;
  10. position: absolute;
  11. left: 25px;
  12. background-color: inherit;
  13. height: 80px;
  14. min-width: 10px;
  15. margin-top: -23px;
  16. }
  17.  
  18.  
  19. * .title .linkflairlabel::after{
  20. text-indent: 0;
  21. content: attr(title);
  22. position: absolute;
  23. right: 343px;
  24. background-color: inherit;
  25. min-width: 8px;
  26. height: 18px;
  27. line-height: 18px;
  28. width: 100px;
  29. text-align: center;
  30. margin-top: -23px;
  31. }