#mobileTest
{
	background: rgba(254, 255, 255, 0.99);
	position: absolute;
	width: 1px;
	height: 1px;
}

.mobileNote
{
	width: 100%;
	height: 100%;
	z-index: 999;
	position: fixed;
	background: #FFF;
	top: 0;
	left: 0;
}

.mobileNote *
{ padding: 0 20px }

.mobileNote button
{
	width: 95%;
	display: block;
	margin: auto;
}

.mobile.visible
{
	display: initial;
}