a, body, html, table, td, th, input, select, textarea, pre, code, div, span {
	font-family: 'Inter', 'Roboto', 'Segoe UI', 'Arial', 'Liberation Sans', 'DejaVu Sans', 'sans-serif';
	font-feature-settings: "ss01" on, "ss02" on;
}
body {
	margin:0px;
	padding:0px;
	/* background-color:white; */
}
a {text-decoration:none;}
/* a.point_in {color:#009900;}
a.point_in:visited {color:#006600;} */
a.point_out, a.domain {color: var(--link-external);}
a.point_out:visited, a.domain:visited {color: var(--link-external-visited);}
a.pop {color: var(--link-popup);}
a.pop:visited {color: var(--link-popup-visited);}
acronym {border:none;}

/* *, *:before, *:after {-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;} */
div {-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}
html, body {width:100%;}

div.row{
	width:100%;
	position:relative;
}

div.leftCol{
	/*border:3px red dotted;*/
	/* width:100%;
	display:block;
	position:relative;
	padding:4px; */
	display: inline-block;
	width: calc(100% - 260px);
	vertical-align: top;
	padding: 12px;
}
div.rightCol{
	/*border:3px green dotted;*/
	/* width:100%;
	display:block;
	position:relative;
	padding:4px; */
	display: inline-block;
	width: 260px;
	vertical-align: top;
	padding: 12px;
}

div.adsCol{
	/*border:3px blue dotted;*/
	/*width:100%;*/
	display:none;
	/*position:relative;*/
}


@media (max-width:900px) {
	div.leftCol{
		/* width:auto; */
		/*margin-right:400px;*/
		/* position:absolute;
		top:0;
		left:0;
		right:400px; */
		display: block;
		width: 100%;
	}
	div.rightCol{
		/* width:240px; */
		/*margin-right:160px;*/
		/* position:absolute;
		top:0;
		right:160px; */
		display: block;
	}
	div.adsCol{
		/* display:block;
		width:160px;
		position:absolute;
		top:0;
		right:0px; */
		display:none;
	}
}

pre.shellPre{
	max-width:100%;
	white-space: pre-wrap;
	padding: 12px;
	border-bottom-right-radius: 12px;
	border-top: 4px solid rgb(156, 156, 35);
}

#map_canvas{max-width:100% !important;}

table.nearbyTable{
	display:block;
}
table.nearbyTable tr{
	display:block;
}
table.nearbyTable td{
	display:inline-block;
	width:auto !important;
	padding: 0;
}
table.nearbyTable td:last-of-type{
	display:block;
}
@media (min-width:500px) {
	table.nearbyTable{
		display:table;
	}
	table.nearbyTable tr{
		display:table-row;
	}
	table.nearbyTable td{
		display:table-cell;
	}
}

.largbann_container {
	width:100%;
	/* max-width: 800px; */
	text-align:center;

	margin: 20px auto;

}

.domain {
	/* font-family: 'Share Tech Mono', 'Fira Mono', 'JetBrains Mono', 'Consolas', 'Menlo', 'Monaco', 'monospace'; */
	letter-spacing: 0.01em;
	font-size: 1.05em;
}

.content {
	max-width: 900px;
	margin: 0 auto;
	padding: 12px;
}


.currentIP {
	background-color: var(--bg-highlight);
}

/* RDAP Section */
.rdap-section {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
	padding: 1rem;
	background: var(--bg-surface);
	border: 1px solid var(--border-color);
	border-radius: var(--radius-md);
	clear: both;
}

.rdap-section h4 {
	margin-top: 0;
	color: var(--accent);
}

table.rdap-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.9rem;
	margin-bottom: 0.5rem;
}

table.rdap-table th {
	text-align: left;
	width: 180px;
	padding: 0.5rem 0.8rem;
	background: var(--bg-elevated);
	color: var(--text-secondary);
	font-weight: 600;
	font-size: 0.8rem;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	border-bottom: 1px solid var(--border-color);
	vertical-align: top;
	white-space: nowrap;
}

table.rdap-table td {
	padding: 0.5rem 0.8rem;
	color: var(--text-primary);
	border-bottom: 1px solid var(--border-color);
	word-break: break-word;
}

table.rdap-table tr:hover td,
table.rdap-table tr:hover th {
	background: var(--accent-glow);
}

.rdap-status-badge {
	display: inline-block;
	background: var(--bg-elevated);
	border: 1px solid var(--border-color);
	padding: 0.1rem 0.4rem;
	border-radius: 3px;
	font-size: 0.8rem;
	margin: 0.1rem;
	font-family: monospace;
}

.rdap-source {
	font-size: 0.75rem;
	color: var(--text-muted);
	font-style: italic;
}

.rdap-source a {
	color: var(--text-muted);
}

.rdap-cache-badge {
	display: inline-block;
	background: var(--bg-elevated);
	border: 1px solid var(--border-color);
	padding: 0.05rem 0.4rem;
	border-radius: 3px;
	font-size: 0.7rem;
	font-style: normal;
	color: var(--text-muted);
	margin-left: 0.3rem;
}

.rdap-unavailable {
	color: var(--text-muted);
	font-size: 0.85rem;
	font-style: italic;
}

.rdap-error-detail {
	font-size: 0.75rem;
	color: var(--text-muted);
	font-family: monospace;
}

/* Section descriptions */
.section-desc {
	font-size: 0.82rem;
	color: var(--text-secondary);
	line-height: 1.5;
	margin: 0.2rem 0 0.8rem 0;
}

/* Whois raw output styling */
.whois-section h4 {
	color: var(--accent);
}

.whois-raw {
	background: var(--bg-elevated);
	border: 1px solid var(--border-color);
	border-radius: 4px;
	padding: 0.8rem 1rem;
	font-family: 'Share Tech Mono', 'Fira Mono', 'JetBrains Mono', 'Consolas', 'Menlo', 'Monaco', monospace;
	font-size: 0.82rem;
	line-height: 1.5;
	color: var(--text-primary);
	overflow-x: auto;
	max-height: 500px;
	overflow-y: auto;
}

/* ASN section accent */
.asn-section h4 {
	color: var(--accent);
}

@media (max-width: 600px) {
	table.rdap-table th {
		width: auto;
		display: block;
		border-bottom: none;
		padding-bottom: 0;
	}
	table.rdap-table td {
		display: block;
		padding-top: 0;
	}
	.whois-raw {
		max-height: 350px;
		font-size: 0.75rem;
	}
}