#mu-noscript {
	position: fixed;
	background-color: var(--gray);
	color: var(--white);
	z-index: 999;
	display: block;
	bottom: 0;
	width: 100%;
	padding: 5px 0;
	text-align: center;
}