/* Prototip.css */

.tooltip { width: 250px; color: #333; border: 1px #ffbf00 solid; background: #fff9e5; padding: 10px 15px; text-align: left; }
.tooltip .title { font: bold 14px Arial, sans-serif; padding-bottom: 6px; }
.tooltip .content { font: 12px Georgia, serif; line-height: 15px; }
.tooltip img { float: left; margin-right: 10px; margin-bottom: 10px; border: 1px #eee solid; background-color: #fff; padding: 5px; }
