
.trader_flair {
    display: inline-block; white-space: nowrap;
    font-family: arial, helvetica, sans-serif; font-weight: bold;
    font-size: 12px; line-height: 14px;
    color: mediumblue; background-color: aliceblue;
    border: 1px solid mediumblue; border-radius: 4px;
    text-shadow: none;
}

.trader_flair span             { display: inline-block; margin-right: 4px; vertical-align: top; }

.trader_flair .tier            { background-color: mediumblue; color: white;
                                 font-size: 10px; font-weight: bold; padding: 0 4px; }
.trader_flair .tier:before     { display: inline; content: "T"; }

.trader_flair .c2c             { font-weight: bold; }
.trader_flair .c2c:before      { display: inline; content: '+'; }

.trader_flair .c2f             { color: forestgreen; font-weight: bold; }
.trader_flair .c2f:before      { display: inline; content: '+'; }

.trader_flair .activity        { border-radius: 100%;
                                 width: 12px; height: 12px; margin-top: 1px; margin-right: 2px;
                                 background-color: silver; border: 1px solid dimgray; }
.trader_flair .activity.green  { border-color: green;   background-color: lime; }
.trader_flair .activity.red    { border-color: darkred; background-color: red; }

.latest_trader_reviews li            { margin-bottom: 10px; padding-bottom: 10px;
                                       border-bottom: 1px solid silver;}
.latest_trader_reviews li:last-child { margin-bottom: 0; padding-bottom: 0; 
                                       border-bottom: 0; }
