



/* RANKS--------------------------------------------------------------------*/
/*  1 ----------------------  set the symbol color --------------------------*/


/*2. add the styling for the level names--------------------------------------*/

	 
		 
	 	 
		 
		 
	 	 
		




/* BADGES--------------------------------------------------------------------*/

	 
		 
	 	 
		


	

		/* Tooltip text */
			.bur-tooltip .bur-tooltiptext1			{
				visibility: hidden;
				width : 180px;
				text-align: center;
				padding: 5px;
				border-radius: 6px;
				position: absolute;
				background-color:grey ;
				color:  ;
				font-size:   ;
			}
			
			/* Show the tooltip text when you mouse over the tooltip container */
		.bur-tooltip:hover .bur-tooltiptext1		
		{
			
		visibility: visible;
		}
			 
		 
	 	 
		


	

		/* Tooltip text */
			.bur-tooltip .bur-tooltiptext2			{
				visibility: hidden;
				width : 180px;
				text-align: center;
				padding: 5px;
				border-radius: 6px;
				position: absolute;
				background-color:grey ;
				color:  ;
				font-size:   ;
			}
			
			/* Show the tooltip text when you mouse over the tooltip container */
		.bur-tooltip:hover .bur-tooltiptext2		
		{
			
		visibility: visible;
		}
		

/*----------------------  set up li for buddypress display--------------------------*/


#buddypress div#item-header #bur_profile ul li
{
    float : none  ;
}

/*----------------------  set the tooltip text--------------------------*/
/* Tooltip container */
.bur-tooltip {
    position: relative;
    display: inline-block;
}




/*----------------------  custom css--------------------------*/
