.rtc-div {

   padding: 0 10px 10px;

   overflow:hidden;

   clear:both;

}



.rtc-div a {

   border-radius:8px 8px 8px 8px;

   -moz-border-radius:8px 8px 8px 8px;

   -webkit-border-radius:8px 8px 8px 8px;

   background:none repeat scroll 0 0 #888888;

   display:block;

   font-weight:bold;

   height:auto;

   line-height:14px;

   margin:3px;

   padding:3px 5px 3px 5px;

   text-decoration:none;

   float:left;

   text-transform:uppercase;
   
   color: #FFFFFF;

}

body.light #main_wrapperSINGLE .rtc-div a {
    color: #FFFFFF;
    font-weight: bold;
}



.rtc-link {

   float:right;

   font-size:10px;

}



.rtc-link a {

   border-radius:0;

   -moz-border-radius:0;

   -webkit-border-radius:0;

   font-wight:regular;

   padding:0;

   margin:0;

   background:none repeat scroll 0 0 #888888;

   text-transform:none;
   
    color: #FFFFFF;

}