/* css file for the user interests module */

.MINTItem {
	padding: 10px;
}

.MINTBlogPostTitle {
	font-weight: bold;
}

.MINTPhotoThumb img, .MINTVideoThumb img {
	width: 70px;
	height: 70px;
}

.MINTPhotoThumb, .MINTVideoThumb {
	float: left;
}

.MINTPhotoDesc, .MINTVideoDesc {
	padding: 5px 10px 0 20px;
	float: left;
}

.MINTNoContent {
	padding: 10px;
}