

/* Generic stuff */
a img 
{
	border: none;
}

/* The main table */

/* Table header */
#servers thead span
{
	float: left;
}

#servers thead div.sort-buttons
{
	display: block;
	float: left;
	width: 14px;
	height: 20px;
	margin-left: 5px;
}

/* Tables columns */
#servers td.button
{
	width: 16px;
}

#servers td.name
{
	max-width: 40%;
}

#servers td.players
{
	text-align: right;
}

/* Details popup */
#servers tr.details-hide
{
	display: none;
}

#servers tr.details table.details td
{
	vertical-align: top;
}

#showhideall
{
	position: fixed;
	top: 5px;
	right: 5px;
	text-align: right;
}

#showhideall a
{
	display: block;
}


