@charset "utf-8";

.tag{display:table;}

imgwrap{display:table-cell;}

img{
width:70px;
height:70px;
top:40px;
position:relative;
border-radius: 5px;         /* CSS3 */
-moz-border-radius: 5px;    /* Firefox */
-webkit-border-radius: 5px; /* Safari,Chrome */
}

img.one{top:30px; left:0px;}
img.two{top:15px; left:20px;}

.balloon-cell{
display:table-cell;
width:100%;
}
.balloon{
position:relative;
margin-left:30px;
background-color:#f1f1f1;
padding:20px 50px 5px 10px;
border:solid 1pt #ccc;
border-radius: 16px;         /* CSS3 */
-moz-border-radius: 16px;    /* Firefox */
-webkit-border-radius: 16px; /* Safari,Chrome */}

.balloon:after{
position:absolute; top:20px; left:-24px;
content:""; width:0; height:0;
border-top:20px solid #f3f3f3;
border-left:25px solid transparent;
}

.links{
text-align:right;
font-size:9pt;
}
p{
border:1px #000 dashed;
text-indent:0px;
padding-left:1em;
margin-bottom:1em; 
}

p.links{
margin-bottom:0;
border:0px;
}
h3{
background-color:#fff;
font-size:16pt;
border-top:1px solid #000;
border-bottom:1px solid #000;
text-indent:1em;
}
h4{
padding-top:10px;
 }
