.widthAuto {
	width: auto !important;
}

#scrollMsg {
	position: fixed;
	background-color: #fa9;
	padding: 15px 20px;
	font-size: 20px;
	left: 100%;
	top: 5%;
	border-radius: 5px 0px 0px 5px;
	box-shadow: 0px 0px 20px 5px black;
	white-space: nowrap;
	box-sizing: content-box;
}
	#scrollMsg.OK {
		background-color: #af9;
	}