#testingPanel {
	background-color: #fc3;
	color: #000;
	padding: 5px;
	position: fixed;
	top: 10px;
	right: 10px;
	width: 200px;
}
#testingPanel * {
	color: #000;
	font-weight: bolder;
	line-height: 14px;
}