.hiddencolumn {
	display:none;
}

#userpopover {
	position:fixed;
	border:1px solid #ccc;
	margin:0px;
	padding:10px;
	background-color:#fff;
	box-shadow: 2px 4px 10px;
	z-index:255;
}
table,tr,th,td{
	border:none;
	background:none;
}

.tooltip {
	color:#37a;
	text-decoration:underline;
	cursor: pointer;
}