.tooltip 
{
  position: absolute;
  display: none;
  background-color: #EDECF4;
  border-width: 1px;
  border-style: solid;
  border-color: #CE1313; 
}

.tooltip .head 
{
  font-size: 8pt;
  font-weight: bold;
  background-color: #CE1313;
  color: #EDECF4;
  padding: 2px; 
}

.tooltip .content 
{
  font-size: 8pt;
  color: #666666;
  font-weight: normal;
  padding: 4px; 
}
