/**
 * Instagram Photo Display Module
 *
 * @version 1.0
 * @package responsivefacebookstream
 * @author Mir Md. Faysal of Codeboxr Team
 * @copyright Copyright (C) 2011 http://codeboxr.com. All rights reserved.
 * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
 * @ help: http://codeboxr.com/product/instagram-photo-display-for-joomla
 */


 /*Custom Tooltip */

.cbrfbpgkstrmpinTip{
    z-index: 90000;
}

.cbrfbpgkstrmpinTip .tip-wrap{
    z-index: 90000;
}

.cbrfbpgkstrmpinTip .tip{
   float: left;
   border-width: 1px;
   border-style: solid;
   border: 1px solid #D4D5AA; 
   padding: 5px;
   max-width:300px;
   /*max-height:300px;*/
}
  
.cbrfbpgkstrmpinTip .tip-title{
    padding: 0;
    margin: 0;
    font-size: 100%;
    font-weight: bold;
    margin-top: -15px;
    padding-top: 15px;
    padding-bottom: 5px;
    /*background: url(http://www.visitfishermanswharf.com/modules/mod_responsivefacebookpagestream/responsivefacebookpagestream/images/selector-arrow.png) no-repeat;*/
}    
.cbrfbpgkstrmpinTip .tip-text{
   font-size: 100%;
   margin: 0;
}   

.cbrfbpgkstrmpinTip .tip-top{
    border-top-width: 1px;
    border-top-style: solid;
}

.cbrfbpgkstrmpinTipjom .tip-bottom{}