.stink-statusbar{
	max-height: 256px;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	font-family: Arial;
	overflow-y: auto;
	pointer-events: none;
}

.stink-statusbar-result{
	margin: 5px;
	pad: 5px;
}