@media all {
	div[class~="tmpBlackBar"] {
		z-index:			10;
		position: 			fixed;
		top:				0;
		width:				100%;
		height:				1.6rem;
		index:				9;
		background:			#222;
	}
}