@media (prefers-color-scheme: dark) {
  body {
    background-color: #2E3436 !important;
    color: #D3D7CF !important;
  }
  .green {
    color: #8AE234 !important;
  }
  .red {
    color: #EF2929 !important;
  }
  .yellow {
    color: #FCE94F !important;
  }
  .blue {
    color: #729FCF !important;
  }
  .purple {
    color: #AD7FA8 !important;
  }
  .cyan {
    color: #34E2E2 !important;
  }
}
@media (min-width: 768px) {
  .content {
    padding-right: 4em !important;
  }
  .section .subtitle {
    margin-left: 4ch !important;
  }
  .section > p, .section > ul {
    margin-left: 8ch !important;
  }
  li {
    text-indent: -4ch !important;
    padding-left: 4ch !important;
  }
  ul.ip-list li {
    display: table-row;
    text-indent: 0 !important;
    padding-left: 0 !important;
  }
  ul.ip-list li > span {
    display: table-cell !important;
    padding-right: 8ch;
  }
  ul.ip-list li:hover > span {
    font-weight: bold;
  }
}
@media (min-width: 1200px) {
  .content {
    padding-right: 8em !important;
  }
}
@media (min-width: 1400px) {
  .content {
    padding-right: 12em !important;
  }
}
html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  background-color: #FFFFFF;
  color: #2E3436;
  display: flex;
  flex-direction: column;
  font-family: monospace;
  font-size: 13px;
  height: 100%;
  line-height: 1.3;
  margin: 0;
}
a, span.link {
  color: inherit;
  cursor: pointer;
  text-decoration: underline;
}
a:hover, span.link:hover {
  font-weight: bold;
}
div[title]:hover, span[title]:hover {
  cursor: help;
  font-weight: bold;
}
p {
  margin: 0;
  text-align: justify;
}
p.left {
  text-align: left;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
li {
  text-indent: -2ch;
  padding-left: 2ch;
}
ul.ip-list li {
  white-space: nowrap;
}
ul.ip-list li > span {
  display: block;
  padding-left: inherit;
}
ul.ip-list li > span:nth-child(1) {
  display: inline-block;
  min-width: var(--ip-min-width);
}
ul.ip-list li > span:nth-child(2) {
  min-width: var(--ptr-min-width);
}
ul.ip-list li > span:nth-child(3) {
  min-width: var(--geo-min-width);
}
ul.ip-list li a:not(:hover) {
  text-decoration: none;
}
.bold {
  font-weight: bold;
}
.light {
  opacity: 0.6;
}
.nowrap {
  white-space: nowrap;
}
.green {
  color: #4E9A06;
}
.red {
  color: #CC0000;
}
.yellow {
  color: #C4A000;
}
.blue {
  color: #3465A4;
}
.purple {
  color: #75507B;
}
.cyan {
  color: #06989A;
}
#header {
  padding: 1.3em 1em 1.3em 3em;
  text-indent: -2em;
}
#header img {
  height: 1.5em;
  padding-right: 0.5em;
  vertical-align: text-bottom;
  width: 1.5em;
}
#tabs {
  background-color: inherit;
  display: flex;
  align-items: flex-end;
  gap: 1em;
  padding: 0 1em;
  white-space: nowrap;
}
#status {
  display: flex;
  align-items: center;
  gap: 2em;
  font-size: 12px;
  padding: 6px 1em;
}
#status > div:last-child {
  flex-grow: 1;
  text-align: right;
}
.tab {
  background-color: inherit;
  border-width: 1px;
  border-style: solid solid none solid;
  border-color: #555753;
  border-radius: 3px 3px 0 0;
  cursor: pointer;
  display: block;
  height: 18px;
  min-width: 12ch;
  padding: 3px 0 1px 0;
  text-align: center;
  user-select: none;
}
.tab.active {
  height: 19px;
  position: relative;
  bottom: -1px;
}
.tab:not(.active):not(:hover) {
  opacity: 0.6;
}
.content {
  border-top: 1px solid #555753;
  border-bottom: 1px solid #555753;
  display: none;
  flex-direction: column;
  flex-grow: 1;
  gap: 1.3em;
  overflow: auto;
  padding: 1.3em 1em 2.6em 1em;
}
.content.active {
  display: flex;
}
.dns-request {
  border-left: 2px solid;
  min-width: 70ch;
  padding-left: 1ch;
  white-space: nowrap;
}
.section {
  display: flex;
  flex-direction: column;
  gap: 1.3em;
}
.section .title, .section .subtitle {
  margin-bottom: -1.3em;
  white-space: nowrap;
}
.section .subtitle {
  margin-left: 2ch;
}
.section > p, .section > ul {
  margin-left: 4ch;
}
