@charset "UTF-8";
/* CSS Document */

body{
	margin:0px;
	padding:0px;
}

div{
    text-align:left;
}

#recommendation_container{
	width:100%;
}

#icon img {
	margin-left: 40px;
	margin-top: 45px;
}

#url {height: 32px;
background-color: #f4f4f4;
margin-left: 40px;
margin-right: 40px;
margin-bottom: 20px;
margin-top: 0px;
font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
display: inline-block;
}

#url p {
	margin:4px 12px;
}


#close {height: 32px;
background-color: #0078d7;
margin-left: 40px;
margin-right:40px;
margin-top:20px;
padding: 4px 12px 8px 12px;
font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
width: auto;
display: inline-block;
color: #fff;
border: 0;
	font-size:100%;
}

#text {
	margin-left:40px;
	margin-right: 40px;
	margin-top: 0px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
}

#tips {
	margin-left:40px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
}


#continue {
	margin-left:40px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: 90%;
}


#powered {
	margin-left:40px;
	padding-top: 20px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: 90%;
}

#continue a:link {color:#0078d7; text-decoration:none;}
#continue a:hover {color:#0078d7; text-decoration:none;}
#continue a:visited {color:#0078d7; text-decoration:none;}
#continue a:active {color:#0078d7; text-decoration:none;}

#continue button.btnLink {
	border:none;
	background:none;
	cursor:pointer;
	color:#2172B9;
	padding:0;
	font-family:inherit;
	font-size:inherit;
}

#powered a:link {color:#0078d7; text-decoration:none;}
#powered a:hover {color:#0078d7; text-decoration:none;}
#powered a:visited {color:#0078d7; text-decoration:none;}
#powered a:active {color:#0078d7; text-decoration:none;}

#tips a:link {color:#0078d7; text-decoration:none;}
#tips a:hover {color:#0078d7; text-decoration:none;}
#tips a:visited {color:#0078d7; text-decoration:none;}
#tips a:active {color:#0078d7; text-decoration:none;}

#scanned_h1 {color:black;
padding-top:70px;
}


h1 {
	padding-top:45px;
	padding-bottom:0px;
	margin-top:0px;
	color:#fff;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-weight: lighter;
	font-size:210%;
}


h2 {margin-left:40px;
	margin-right:40px;font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-weight: lighter;}


#icon{
	float:left;
	height: 200px;
	width: 176px;
}

.linkClass {
    padding-left: 3px;
    color: #2172B9;
}

.concealment{
    background:rgba(0,0,0,0.07);
    white-space:nowrap;
    max-width:15em;
    overflow:hidden;
    display:inline-block;
    vertical-align:bottom;
    text-overflow:ellipsis;
    cursor:not-allowed;
    padding:0 0px;
    word-break:break-all
}

#recommendation {width:600px;
	margin: 0px auto;
	background-color:#fff;
}

#header {
	height:200px;
	width: 600px;
	margin:0px auto;
}

#header_container_warning_suspicious{
	height:200px;
	width:100%;
	background-color: #feae03;
}

#header_container_blocked{
	height:200px;
	width:100%;
	background-color: #990000;
}

#header_container_phish_block{
	height:200px;
	width:100%;
	background-color: #990000;
}

#header_container_pending{
	height:200px;
	width:100%;
	background-color: #feae03;
}

#header_container_contentdetonation{
height:200px;
width:100%;
background-color: #106ebe;
}

#header_container_branding{
	height: 50px;
	width: 100%;
	margin: auto;
}

#header_branding{
	height: 50px;
	width: 100%;
	margin:auto;
	display: flex;
	align-items: center;
	justify-content: center;
}