@media screen and (max-width:960px) {
pre {
	width: 95%;
	font-size: 12px;
	line-height: 1.4em;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	white-space: pre-wrap;
	word-wrap: break-word;
	margin: 0px auto;
	font-family: "MS Gothic",monospace;
}
.whoisBox {
	width: 95%;
	margin: 0px auto;
	text-align: left;
}
}
@media screen and (min-width:961px) {
pre {
	font-size: 16px;
	line-height: 1.4em;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	white-space: pre-wrap;
	word-wrap: break-word;
	font-family: "MS Gothic",monospace;
}
.whoisBox {
	width: 1000px;
	margin: 0px auto;
}
}
img { border-style:none; }

#logo {
	width:220px;
	height: 84px;
	position:absolute;
	top:70px;
	right:50%;
	margin-right:-110px;
	margin-bottom:10px;
}

p { font-size:14px; margin:0px; padding:0px; }

p.lbom {
	width:300px;
	position:absolute;
	top:144px;
	left:50%;
	margin-left:-150px;
	color:#0a64c8;
	font-size:18px;
	text-align:center;
}

p.dIP {
	margin:20px 0px 10px 0px;
	font-size:20px;
}

p.exa {
	width:600px;
	margin:0px 0px 10px -300px;
	position:absolute;
	top:235px;
	left:50%;
}

p.dbsel {
	font-size:16px;
	margin: 0px 0px 10px 0px;
	text-align: center;
}
.dbBox {
	width:300px;
	margin: 190px auto 10px auto;
	padding:10px 10px 5px 10px;
	background:#f6f6f6;
}
strong.addr {
	font-size:30px;
	font-weight:bold;
	color:#333333;
}
strong.addr2 {
	font-size:20px;
	font-weight:bold;
	color:#333333;
}
strong.ipAddr {
	font-size:20px;
	font-weight:normal;
	color:#333333;
}

a.resetBtn {
	width:110px;
	border:1px #cccccc solid;
	font-size:12px;
	margin:30px auto 100px auto;
	font-family:inherit;
	color:#636363;
	font-weight:bold;
	background:#f5f5f5;
	padding:8px 0px 7px 0px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	z-index:1;
	outline:none;
	display:block;
	text-align:center;
}

a.resetBtn:link { text-decoration:none; outline:none; }

a.resetBtn:visited { text-decoration:none; outline:none; }

a.resetBtn:hover { 
	background:#f5f5f5; border:1px #bbbbbb solid; text-decoration:none; outline:none; color:#535353;
	box-shadow: 0.5px 0.5px 3px #dddddd;
	-moz-box-shadow: 0.5px 0.5px 3px #dddddd;
	-webkit-box-shadow: 0.5px 0.5px 3px #dddddd;
	-o-box-shadow: 0.5px 0.5px 3px #dddddd;
	-ms-box-shadow: 0.5px 0.5px 3px #dddddd;
}