html {
	box-sizing: border-box;
	height: 100%;
}
body {
	margin: 0 auto;
	padding: 3em 1em;
	min-height: 100%;
	box-sizing: border-box;
	max-width: 46em;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
		Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.3;
	color: #24292e;
	font-weight: normal;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
*,
::before,
::after {
	box-sizing: inherit;
	margin: 0;
}
* + * {
	margin-top: 0.8em;
}
li {
	margin-top: 0;
}
header,
main,
footer,
article,
section,
iframe,
input,
img {
	display: block;
	max-width: 100%;
}
img {
	border: none;
}
p,
textarea,
code,
li {
	line-height: 1.5;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
a {
	color: #0366d6;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
code {
	font-family: 'Courier New', monospace;
	white-space: pre-wrap;
	padding: 0 0.1em;
	color: #000;
}
code.secondary {
	font-size: 0.85em;
	line-height: 1.3;
}
* + h1,
* + h2,
* + h3,
* + h4,
* + h5,
* + h6 {
	margin-top: 1.5em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1;
}
h1.logo {
	font-family: 'Courier New', monospace;
	text-transform: uppercase;
	font-weight: normal;
	color: #24292e;
	font-size: 2.3em;
	padding: 0.5em 0;
	position: relative;
}
h1.logo::before {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0.05em;
	left: 0.1em;
	width: 1.48em;
	height: 1.48em;
	content: '';
	margin: auto;
	border: 2px solid #24292e;
	z-index: -2;
}
h1.logo::after {
	display: block;
	position: absolute;
	bottom: 0.05em;
	top: 0;
	left: 0;
	width: 100%;
	height: 1em;
	content: '';
	margin: auto;
	background: #fff;
	z-index: -1;
}
h2 {
	font-weight: 300;
	font-size: 2em;
	line-height: 1.15;
}
h3 {
	font-weight: 400;
	font-size: 1.25em;
	line-height: 1.15;
}
section.lookup {
	margin: 4em 0;
}
section.lookup form {
	margin-bottom: 4em;
}
section.lookup form input.iin {
	font-family: 'Courier New', monospace;
	font-size: 1.6em;
	padding: 0.3em 0.5em;
	outline: none;
	border-style: solid;
	border-width: 0 0 1px 0;
	border-color: #eee;
	border-radius: 0;
	background: #fff;
	transition: border-color 0.2s;
	text-align: center;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
section.lookup form input.iin:focus {
	border-color: #0078ff;
}
section.lookup form p {
	margin-top: 0.2em;
	font-weight: 300;
	font-size: 0.75em;
	color: rgba(0, 0, 0, 0.4);
	text-align: center;
}
section.lookup ul.result,
section.lookup ul.result ul {
	list-style-type: none;
	padding: 0;
}
section.lookup ul.result li,
section.lookup ul.result ul li {
	margin: 0;
	padding: 0.75em 0 0.75em 0;
}
section.lookup ul.result {
	margin-top: 2em;
	-moz-columns: auto 9em;
	columns: auto 9em;
	-moz-column-gap: 5em;
	column-gap: 5em;
}
section.lookup ul.result > * {
	page-break-inside: avoid;
	break-inside: avoid;
}
section.lookup ul.result h2 {
	font-size: 0.75em;
	text-transform: uppercase;
	font-weight: 300;
	color: rgba(0, 0, 0, 0.4);
	width: 100%;
}
section.lookup ul.result h3 {
	font-weight: 300;
	text-transform: uppercase;
	font-size: 0.6em;
	color: rgba(0, 0, 0, 0.4);
}
section.lookup ul.result p,
section.lookup ul.result ol {
	margin-top: 0.1em;
	color: #24292e;
}
section.lookup ul.result ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0;
}
section.lookup ul.result ul li {
	padding: 0.5em 0 0.1em 0;
}
section.lookup ul.result li.bank p.name,
section.lookup ul.result li.country p.name {
	white-space: pre;
	overflow: hidden;
	text-overflow: ellipsis;
}
section.lookup ul.result li.bank p.url,
section.lookup ul.result li.bank p.phone,
section.lookup ul.result li.country p.geo {
	font-size: 0.75em;
}
section.lookup ul.result p.geo {
	color: rgba(0, 0, 0, 0.4);
}
section.lookup ul.result p.geo span {
	color: #24292e;
	margin: 0 0.1em;
}
section.lookup ul.result li.number {
	max-width: 10em;
}
section.lookup ul.result p.any::after,
section.lookup ul.result span.any::after {
	content: '?';
	color: rgba(0, 0, 0, 0.2);
}
section.lookup ul.result ol {
	padding: 0;
}
section.lookup ul.result ol li {
	display: inline;
	margin: 0;
}
section.lookup ul.result ol li::after,
section.lookup ul.result ol li:not(.selected) {
	color: rgba(0, 0, 0, 0.2);
	font-weight: 300;
}
section.lookup ul.result ol li::after {
	content: ' / ';
}
section.lookup ul.result ol li:last-child::after {
	content: '';
}
.result .scheme p {
	text-transform: capitalize;
}
.faded {
	color: rgba(0, 0, 0, 0.2) !important;
}

.input-row {
	display: grid;
	grid-template-columns: 400px 100px;
	margin: 50px auto 20px auto;
	column-gap: 15px;
	justify-content: center;
}

@media only screen and (max-width: 600px) {
	.input-row {
		grid-template-columns: 100%;
	}
}

input[type='submit'] {
	background-color: #0078ff;
	border: none;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	margin: 0;
	padding: 10px 20px;
	text-align: center;
	cursor: pointer;
}
input[type='submit']:hover {
	background-color: #6b76ff;
}
input[type='submit']:active {
	background-color: #7781ff;
}
input[type='submit'][disabled] {
	background-color: #ccc;
	cursor: default;
}
