/* ---------------------------- */
/* Top Contributors: LIST STYLE */
/* ---------------------------- */

.top-contributors .list img {
	float:left;
	margin:0 10px 10px 0;
}
.top-contributors .list .tc-user {
	font-weight:bold;
}
.top-contributors .list .tc-count {
	font-size:.9em;
}
.top-contributors table td {
        padding:5px;
}



/* ------------------------------- */
/* Top Contributors: GALLERY STYLE */
/* ------------------------------- */

.top-contributors .gallery {
	float:left;
	margin:0 10px 10px 0;
}


/* Gallery Tooltip styles */

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 1;
}
#tooltip h3, #tooltip div { margin: 0; }

#tooltip .tc-user {
	font-weight:bold;
}
#tooltip .tc-count {
	font-size:.9em;
}