
 .tooltip.top .tooltip-inner {
    background-color:#fff2cc;
	color:#000000;
  }
.tooltip.top .tooltip-arrow {
          border-top-color: #fff2cc;
       }
.tooltip.right .tooltip-inner {
    background-color:#fff2cc;
	color:#000000;
  }
.tooltip.right .tooltip-arrow {
          border-right-color: #fff2cc;
       }
.tooltip.bottom .tooltip-inner {
    background-color:#fff2cc;
	color:#000000;
  }
.tooltip.bottom .tooltip-arrow {
          border-bottom-color: #fff2cc;
       }  
.tooltip.left .tooltip-inner {
    background-color:#fff2cc;
	color:#000000;
  }
.tooltip.left .tooltip-arrow {
          border-left-color: #fff2cc;
       }    
.tooltip { position:fixed; }

.tooltip.in {
  opacity: 0.95;
  filter: alpha(opacity=95);
} 