/*
  $Id: stylesheet.css v1.0 20170322 Gareth Moores $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2010 osCommerce

  Released under the GNU General Public License
*/

#qtip-growl-container{
    position: fixed;
    top: 50px; right: 20px;
}
    #qtip-growl-container .qtip{
        position: static;
        min-height: 0;
        overflow: hidden;
        margin: 0 0 5px 0;
        background-color: #FFFFFF;
    }
    
    #qtip-growl-container .qtip{
    	font-family: Century Gothic, Lucida Grande, Lucida Sans, Verdana, Arial, sans-serif;
		font-size: 18px;
		line-height: 150%;
    }
    