﻿  .glyphiconstar:after
     {
     font-family: FontAwesome;
     content: "\f006";
     color:red;
     font-size:10px;
     display: inline-block;
     top: -2px!important;
     font-weight:bold;
     position: relative;
     margin-left:2px!important;
   }

 .glyphiconstar1:after
{
         font-family: FontAwesome;
         content: "\f006";
         color:red;
         font-size:8px;
         font-weight:bold;
         display: inline-block;
         top: 6px!important;
         float:left;margin-left:2px;
}