.popout {
	position:		relative;
}

.popout-value {
	overflow:		hidden;
	white-space:		nowrap;
	text-overflow:		ellipsis;
}

.popout-content {
	position:		absolute;
	top:			100%;
	left:			0;
	display:		none;
	z-index:		99999;
}

.popout-content label {
	width:			100%;
}
