.new:before{
 content:"new";
 display:inline-block;
 background:#B32323;
 width:40px;
 height:12px;
 border-radius:8px;
 color:#fff;
 font-size:12px;
 text-align:center;
 line-height:8px;
 margin-right:5px;
 position:relative;
 top:-3px;
 left:0px;}
