.fixedSized {
	left: 0;
	overflow: auto;
	position: absolute;
	top: 0;
	word-wrap: break-word; 
}

.autoSized {
	left: 0;
	height: auto;
	position: absolute;
	top: 0;
	white-space: nowrap;
	width: auto;
}