/* Prototip.css */

.tooltip { width: 150px; color: #fff;}
.tooltip .title { background: #0F6788; font: italic 17px Georgia, serif; padding: 5px;}
.tooltip .content { background: dodgerblue; font: 11px Arial, Helvetica, sans-serif; padding: 5px;}

.orangetip { width: 200px; }
.orangetip .title, .orangetip .content { border: 1px solid #FBCB69; padding: 5px; }
.orangetip .title { border-bottom: none; background: #FBCB69; color: white; font: italic 17px Georgia, serif; }
.orangetip .content { border-top: none; background: #fccb65; color: white; font: 11px Arial, Helvetica, sans-serif; }
