.advanced-browser-check {
	width: 100%;
	height: 100%;
	position: fixed;
	background: #000;
	background: rgba(0,0,0,0.8);
	z-index: 999999999;
	left: 0;
	top: 0;
}

.adv_browser_check {
	width: 720px;
	margin: 0 auto;
	position: fixed;
	top: 25%;
	left: 50%;
	margin: 0 0 0 -360px;
	box-shadow: 0 0 5px rgba(0,0,0,0.8);
	background: #eee;
	color: #333;
	z-index: 9999999999;
	border: 3px solid #cc0000;
	overflow: hidden;
	text-align: center;
}

.adv_browser_check h1 {
	font-weight: bold;
	font-size: large;
	color: #333;
	margin: 0 0 10px 0;
}

.adv_browser_check a.abc-hide {
	position: absolute;
	top: -3px;
	right: -3px;
	border: 3px solid #cc0000;
	background: #333;
	color: #fff;
	padding: 5px;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
}

.adv_browser_check a.abc-hide:hover {
	background: #000;
	color: #ccc;
}

.adv_browser_check_msg {
	padding: 15px;
	line-height: 1.3;
}

.adv_browser_check_icons {
	list-style: none;
	margin: 0;
	padding: 0 0 10px 0;
}

.adv_browser_check_icons li {
	display: inline-block;
	width: 150px;
	height: 150px;
	vertical-align: top;
}