.topMembers {
	width: 83%;
	float: right;
	color: #000; 
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; 
	font-size: 12px;
	text-align: right;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 768px) {
	.logo {
	width: 0px;
	min-width: 0px;
	height: 0px;
	float: none;
	clear: none;
	padding-top: 0px;
	padding-bottom: 0px;
	background-image: '';
	background-repeat: no-repeat;
	}
	.topMembers {
		width: 100% ; 
		clear: left;
		float: left;
		text-align: left;
	}
}