#adbdetector_alert_box {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}
.adbdetector_alert_danger{
	border: none;
	padding: 4px;
	box-shadow: 3px 3px 8px #818181;
	-webkit-box-shadow: 3px 3px 8px #818181;
	-moz-box-shadow: 3px 3px 8px #818181;
	color: #818181;
    background-color: rgba(0,0,0,0.9);
	position:fixed;
	z-index:999;
	width:100%;
	height:100%;
	overflow-x:hidden;
}
.dbdetector_alert_content {
    padding: 15px;
    margin-bottom: 20px;
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    font-size: 20px;
    max-width: 600px;
    margin: 0 auto;
    margin-top: 30px;
    line-height: 24px;
    background: rgba(255,255,255,0.8);
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
	overflow: hidden;
}
.close_btn {
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #f1f1f1;
    display: block;
    background: #000;
    margin: 10px 0px;
    padding: 10px 0px;
    opacity: .8;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    width: 100%;
}
.close_btn:hover{
	color: #f1f1f1;
	background: #333;
	text-decoration:none;
}