.l_user 
{
	
	min-width: 600px;
	position: relative;
	display: table;
	margin-bottom: 5px;
	
	border-top: 1px solid black;
	border-left: 1px solid black;
	
	padding: 1px;
	padding-left: 3px;
	
	text-align: left;
}

.l_user_user 
{
	
	font-weight: bold;
	display: table-cell;
	width: 120px;
	
}

.l_user_tr
{

	display: table-row;
	visibility: hidden;
	visibility: collapse;

}

.l_user_heading
{
	display: table-row;
}

.l_user_td, .l_user_sort
{
	display: table-cell;
	
}

.l_user:hover .l_user_tr
{

	visibility: visible;

}