

/* The medal image */
.jg_gift{
	padding:4px;
	float:left;
}


.jg_present_list{
	clear:left;
	padding-bottom:20px;
}

/* Heading of the single awards in the list */
.jg_present_list h3{

}

/* Heading of the single award when listing the users */
.jg_present_details h3{

}

/* Introductory text of the component */
.jg_introtext{
	
}

/* Table of users awarded with specific award */

.jg_userstable{
	border-width: 0px;
	width: 95%;
	
	margin: 10px auto 10px auto;
	clear:left;
}

.jg_userstable td{
	padding: 3px 5px 3px 5px;
}

/* Footer with credits (optional) */
.jg_footer{
	text-align:center !important;
	padding:10px;
	clear:left;
}

.jg_footer img{
 	border:0px; 
 	vertical-align:middle;
 }
