/* custom jgrowl style overrides */
#jGrowl ul {
    margin: 0;
	padding-left: 1em;
}

div.jGrowl { font-size: 16px; padding: 5px 10px 10px 10px; }
div.jGrowl div.jGrowl-notification, div.jGrowl div.jGrowl-closer { background-color: #ed6a95; opacity:1; border:solid 3px #000; }


div.jGrowl div.jGrowl-notification div.close { position: relative; } /* fixes close button not working because of floats */



/* gems earned theme */
div.jGrowl div.gemsEarned { background-color: #fff68a; color:#ED145B; }
div.jGrowl div.gemsEarned div.gem { float:left; margin-right:20px; }