#fighter_list .fighters
{
clear: none;
float: left;
width: 100%;
}

#fighter_list .fighters .fighter
{
clear: none;
float: left;
height: 140px;
xmargin: 0 15px 0 0;
width: 48%;
}

#fighter_list .fighters .fighter .photo
{
clear: none;
float: left;
}


#fighter_list .fighters .fighter .photo a img
{
background: #fff;
border: 1px solid #000;
clear: none;
float: left;
padding: 2px;
}



#fighter_list .fighters .fighter .info
{
clear: none;
float: left;
xwidth: 150px;
width: 60%;
}

#fighter_list .fighters .fighter .info h3
{
clear: none;
float: left;
margin: 0 0 0 5px;
}

#fighter_list .fighters .fighter .info p
{
clear: none;
float: left;
margin: 0 0 0 5px;
}

#near_gyms .near_gym
{
	height: 160px;
	clear: none;
	float: left;
	width: 48%;
}

#near_gyms .near_gym .gym_logo img
{
background: #fff;
border: 1px solid #000;
clear: none;
float: left;
padding: 2px;
}

#near_gyms .near_gym .location
{
float; left;
clear: left;
}

#near_gyms .near_gym .distance
{
float: left;
clear: left;
}
