

	div.debug {
		width: 20px;
		height: 20px;
		overflow: hidden;
		background-color: gray;
		border: 1px dotted green;
		position: absolute;
	}
	
	div.debug:hover {
		width: 100%;
		height: 300px;
		overflow: scroll;
	}
	
