/*
	These are the custom css styles for the Guerrilla Recent Members plugin.
	If you'd like to customize these css codes, I would recommend copying
	the codes below into your theme's stylesheet and editing the codes
	as you see fit. Need help? email: hi@madebyguerrilla.com
*/

ul.guerrilla-recentmembers {
	float: left;
	margin: 10px 0;
	padding: 0;
	width: 100%;
}

ul.guerrilla-recentmembers li {
	clear: both;
	float: left;
	list-style-type: none;
	margin: 5px 0;
	padding: 0;
	width: 100%;
}

.guerrilla-recentmembers li img.avatar {
	float: left;
	margin: 0 10px 0 0;
}

ul.guerrilla-recentmembers li a,
ul.guerrilla-recentmembers li a:visited {
	color: #c1c1c1;
}

ul.guerrilla-recentmembers li a:hover {
	color: #363636;
}