/* CSS Document */

#users_header, #users_content {
	display: block;
	width: 100%;
	margin: 20px 0 0 0;
	clear: both;
}

.users_item {
	display: block;
	width: 100%;
	margin: 0 20px 0 0;
}
.users_media {
	display: block;
	width: 100%;
	margin: 0 20px 0 0;
}

#users_footer {
	display: block;
	width: 100%;
	clear: both;
}
