.page-footer {
  margin-top: 2em;
}

.table-responsive {
  max-width: min-content;
  max-width: fit-content;
  max-width: -moz-fit-content;
}

.help,
.help:hover {
  vertical-align: super;
  background-color: lightgray;
  color: white;
  text-decoration: none;
  border-radius: 50px;
  font-size: 8px;
  padding: 3px;
  margin: 3px;
}

.info-tooltip {
  display: none;
  position: absolute;
  padding: 0.5rem;
  margin: 0rem 0 0 2rem;
  border: 1px solid black;
  background: white;
  font-family: monospace;
  font-style: inherit;
  font-variant: normal;
  font-weight: normal;
  z-index: 1000000;
}

/* hack */
.column-filter .info-tooltip {
  margin: 2em 0 0 2em;
}

.info-tooltip p {
  margin: 0.125rem;
}

.info-tooltip td {
  padding: 0.25rem;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  word-break: keep-all;
  white-space: nowrap;
  max-width: 90rem;
}

.info-tooltip a {
  color: inherit;
  text-decoration: none;
}

.info-tooltip a:hover {
  color: inherit;
  text-decoration: underline;
}

a:hover + .info-tooltip,
span:hover + .info-tooltip,
.info-tooltip:hover {
  display: block;
}

sup {
  font-size: 60%;
}
th input {
  width: 100%;
  border: 1px solid lightgray;
}

.full-width {
  width: auto !important;
}

.table-widthauto {
  width: auto;
  max-width: auto;
}

.column-url {
  max-width: 26rem;
  width: 26rem;
}

.column-certificate {
  max-width: 29rem;
  width: 29rem;
}

.column-comments {
  min-width: 40rem;
}

.column-alternativeurls {
  min-width: 40rem;
}

tbody .column-url:hover, tbody .column-certificate:hover {
  max-width: 100rem;
}

tbody .column-url, tbody .column-certificate {
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
  white-space: nowrap;
}

tbody .column-url:hover, tbody .column-certificate:hover {
  position: absolute;
  background: inherit;
  border: none;
  width: auto;
  overflow: visible;
  text-overflow: inherit;
  word-break: keep-all;
  white-space: nowrap;
}

main thead th {
  padding: 2px;
  vertical-align: middle !important;
}

.column-status {
  max-width: 6rem;
  width: 6rem;
  text-align: center;
}

.column-version {
  max-width: 16rem;
  min-width: 16rem;
  width: 16rem;
}

.column-csp, .column-tls, .column-html, .column-ipv6 {
  max-width: 7rem;
  width: 7rem;
  text-align: center;
}

.column-country {
  max-width: 9rem;
  width: 9rem;
  text-align: center;
}

.column-network {
  width: 29rem;
}

tbody .column-network span:first-child span:first-child {
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
  white-space: nowrap;
  max-width: 26rem;
  height: 2rem;
}

.column-responsetime {
  max-width: 9rem;
  width: 9rem;
  text-align: right;
}

.column-filter {
  display: flex;
  flex-direction: row;
  align-content: center;
}


div.table-responsive table th.column-responsetime {
  white-space: normal;
}

tbody .column-responsetime {
  line-break: loose;
}

.column-engine-status {
  max-width: 4rem;
  width: 4rem;
  text-align: center;
}

.column-error {
  max-width: auto;
  width: 60rem;
}

.value-tls {
  color: white;
  display: block;
  text-align: center;
  margin: 0;
}

.value-csp {
  color: white;
  display: block;
  text-align: center;
  margin: 0;
}

.value-html {
  color: white;
  display: block;
  text-align: center;
  margin: 0;
}

.column-html {
  width: 6rem;
}

.value-network, .value-ipv6 {
  display: block;
  padding: 2px;
}

.value-responsetime {
  color: white;
  display: block;
  padding: 0.1rem 0.5rem 0.1rem 0.1rem;
}

.urls,
.ips {
  list-style: none;
  margin: 0;
  padding: 0.25rem;
}

.engine {
  display: block;
  writing-mode: vertical-rl;
  width: 1.5rem;
  padding: 0;
  margin: 0;
}

.column-engine-status {
  padding: 0.9rem;
}

.item-check, .item-unknow, .item-maybe {
  display: inline-block;
  height: 2rem;
  width: 2rem;
  margin: 0;
  padding: 0;
  text-align: center;
}

.item-unknow {
  color: lightgray;
}

.item-nocheck  {
  display: none;
}

.table-striped-column td, .table-striped-column th {
  position: relative;
}

.table-striped-column td:hover::after, .table-striped-column th:hover::after {
  content: "";
  position: absolute;
  background-color: #f9f9f9;
  left: 0;
  top: -5000px;
  height: 10000px;
  width: 100%;
  z-index: -1;
}

.global_filters {
  margin: 0 0 1em 0;
}

@media only screen and (max-width: 405px) {
  .global_filters {
    margin: 0 0 4em 0;
  }
}

.global_filters span {
  padding-right: 1em;
  white-space: nowrap;
  float: right;
}