@charset "utf-8";


img.tTip{
 margin: 8px 15px 8px 0px; float: center; 
}

.blueTip .content{
 width: 90%; padding: 10px; margin:0 10%; border: 3px solid #36a4d9; -moz-border-radius: 5px; -webkit-border-radius: 5px; background: #90d8f0; color: #020202; line-height:130%;
 }

@media screen and (min-width:768px) {
.blueTip .content{
 width: 300px; padding: 10px; border: 3px solid #36a4d9; -moz-border-radius: 5px; -webkit-border-radius: 5px; background: #90d8f0; color: #020202; line-height:130%;
 }
}
.blueTip .content img{
 margin-bottom:20px; width:100%;
}
.blueTip .bottom{
 height: 14px; background: url(../img/notch-blue.png) top center no-repeat; 
}