
#Map .Profile .Cursor
{
	display: none; /* initial state */
	
	.Position
	{
		position: absolute;
		top: 0; left: 50%;
		width: 4px; height: 100%;
		transform: translateX(-50%); /* center */
		background-color: black;
		border: 1px solid white;
	}
	
	.Data
	{
		position: absolute;
		top: 0; left: 0;
		
		output
		{
			display: block;
			margin: 2px;
		}
	}
}
