/*
	Lucy Games Module CSS file
	
	Each module are surrounded by a div like this:
	<div class="mod_lucygames" id="mod_lucygames-12"> </div>
	The number in the id property is the Joomla module-id, use it to style a single module
*/

.mod_lucygames .gc-title{
font-weight:bold;
}

.mod_lucygames .game-cell{
float:left;
min-width:150px;
}

.mod_lucygames .game-cell img{
border:none !important;
float:left;
padding:5px 5px 5px 0;
}


/*
	Customization examples
	
	Use these examples to style your own modules, we use these in our sites
	Copy these rules and change ids (i.e. : -2600) and add or remove lines
	to meet your needs. Feel free to experiment!
*/

/* Display icons only in two or more columns */
#mod_lucygames-2600.game-cell{
min-width:90px;
width:90px;
}

/* Display as unordered list items */
#mod_lucygames-2700 .game-cell,
#mod_lucygames-2800 .game-cell,
#mod_lucygames-3000 .game-cell{
display:list-item;
margin-left:20px;
float:none;
}

/* Display the title and/or description under the icon */
#mod_lucygames-2900 .gc-title{
display:block;
clear:left;
width:175px;
}
