.tooltip .title, .tooltip .content, .tooltip td, .tooltip .description, .tooltip .value { color: #000000; }
.tooltip { color: transparent;}
.tooltip .title { 
  background: #transparent;
  font-size: 11px; padding: 5px; 
}
.tooltip .content { font-size: 11px; padding: 5px; }
.tooltip table { 
  table-layout: fixed;
  border: 1px solid #e4e2e2; 
}
.tooltip th, .tooltip td { 
  text-align: center; 
  font-size: 11px; 
  padding: 5px; 
  border: 1px solid #e4e2e2; 
}
.tooltip th {  
  font-weight: bold; 
  background-color: #0066cc; 
  color: #ffffff; 
}
.tooltip .description { background-color: #cccccc; }
.tooltip .value { background-color: #f4f4f4; }
