/* Twidger stylesheet (optional) */

.twidger a.tweet {
	display: block;
	min-height: 48px;
	padding: 5px;
	margin-left: -5px;
	margin-right: -5px;
	font-weight: normal;
	font-size: 11px;
	line-height: 14px;
}
.twidger a.tweet:hover {
	background: #eee;
}
.twidger a.tweet img {
	float: left;
	margin: 0 8px 5px 0;
	width: 48px;
	height: 48px;
}


/* If using Kubrick, lets remove useless margins and that ugly » at the begining of list items */

.twidger ul {
	margin: 0 !important;
}

.twidger ul li:before {
	content : "" !important;
}
