/* Prototip.css */
.tooltip {
  width:300px;
}
.tooltip .title {
  padding:5px 10px;
  color:#f00;
  font-weight:bold;
  background:#083491;
}
.tooltip .title .name {
  color:#fff;
}
.tooltip .content {
  border:1px solid #083491;
  padding:5px 10px;
  font-size:11px;
  line-height:18px;
  background:#eee;
  color:#083491;
  text-align:left;
}
.tooltip .content ul {
  margin:10px 10px 10px 20px;
  padding:0;
}

.bb-tooltip {
  width:300px;
}
.bb-tooltip .content {
  padding:5px;
  background:#eee;
  text-align:center;
}
