table.footer {
	background-image: url(footershadow.gif);
	background-repeat: repeat-y;
	width: 804px;
	padding-right: 4px;
}
table.footer td {
	color:#bbbbbb; 
	font-family:Arial; 
	font-size:11px;

	text-align: left;
	vertical-align: middle;
	padding: 8px 10px 8px 10px;
}

table.footershadowend {
	background-image: url(shadowbottom.gif);
	background-repeat: no-repeat;
	width: 804px;
	height: 2px;
}

td.footerlinks {
	color:#c0c0c0; 
	font-weight: bold;
	font-family:Arial; 
	font-size:11px;
	text-decoration: none;
}

td.footerlinks a {
	color:#c0c0c0; 
	font-weight: bold;
	font-family:Arial; 
	font-size:11px;
	text-decoration: none;
	white-space: nowrap;
}

td.footerlinks a:hover {
	color:#c0c0c0; 
	font-weight: bold;
	font-family:Arial; 
	font-size:11px;
	text-decoration: underline;
}

table.footerflags td {
	padding: 0px;
}

#before_mobile{
	position:fixed;
	top:0px;
	background-color:black;
	width:100%;
	max-width: 100vw;
	height:120vh;
	z-index: 9999;
}

#before_mobile .actionnow{
	margin-top:40vh;
	max-width:80%;
	margin-left: auto;
	margin-right: auto;
}

body.mobile-live{
	overflow: hidden;
}

body.mobile-live *:not(#before_mobile):not(#before_mobile *):not(#frame_sendertool):not(#frame_sendertool *) {
	display:none !important;
}