
		
		.pill.pill_rubric 
		{	
			background: #CCCCCC; 
		} 
		
		.pill.pill_rubric:hover 
		{	
			background: #E1E1E1; 
		}
		
		.hospital-diseases.tag_rubric .disease-dot{
				background: #CCCCCC; 
		}
		
		.hospital-diseases.tag_rubric:hover .disease-dot{
				background: #E1E1E1; 
		}
		
		.hospital-diseases.tag_rubric span{
				color: #CCCCCC; 
		}
		
		.hospital-diseases.tag_rubric:hover span{
				color: #E1E1E1; 
		}
		
		
		