.qtip .qtip-content{
   padding: 10px;
   overflow: hidden;
}
   
   .qtip .qtip-content .qtip-title,
   .qtip-cream .qtip-content .qtip-title{
      background-color: #ff000;
   }
   
   .qtip-light .qtip-content .qtip-title{
      background-color: #ff000;
   }

   .qtip-dark .qtip-content .qtip-title{
      background-color: #ff000;
   }

   .qtip-red .qtip-content .qtip-title{
      background-color: #ff000;
   }
   
   .qtip-green .qtip-content .qtip-title{
      background-color: #ff000;
   }
   
   .qtip-grey .qtip-content .qtip-title{ background-color:#ff000;}
   
   
/*.qtip-contentWrapper { border:none !important; background-color: #999999 !important;}
.qtip-wrapper {background-color: #999999 !important;}*/