@charset "UTF-8";
@media (min-width: 1000px) {
  body {
    width: 800px;
    margin: 40px auto;
  }
  p {
    text-align: justify;
  }
}
@media not all and (min-width: 1000px) {
  .github-corner {
    display: none;
  }
}
@media (max-width: 500px) {
  .header-box {
    flex-direction: column;
  }
  #bin-table th:nth-child(3), #bin-table td:nth-child(3),
  #bin-table th:nth-child(4), #bin-table td:nth-child(4) {
    display: none;
  }
  .tag .tag-tooltip {
    width: max-content;
    max-width: 60vw !important;
    transform: translate(-60%, calc(-100% - 2em));
  }
}
body {
  font-family: sans, sans-serif;
  word-break: break-word;
}

code {
  padding: 0.15em 0.25em;
  border-radius: 0.25em;
  color: #2fc0f0;
  background: #cdf0fc;
}

pre {
  background: #cdf0fc;
  padding: 1em;
  overflow-x: auto;
}
pre code {
  padding: 0;
  border-radius: 0;
}

a:link, a:visited {
  color: #2fc0f0;
}

a:hover {
  color: #0d89b3;
}

h2 .permalink, h3 .permalink, h4 .permalink, h5 .permalink, h5 .permalink {
  margin-left: 5px;
  text-decoration: none;
  visibility: hidden;
}
h2 .permalink::before, h3 .permalink::before, h4 .permalink::before, h5 .permalink::before, h5 .permalink::before {
  content: "#";
}
h2:target, h3:target, h4:target, h5:target, h5:target {
  border-left: 5px solid #2fc0f0;
  padding-left: 5px;
}
h2:hover .permalink, h3:hover .permalink, h4:hover .permalink, h5:hover .permalink, h5:hover .permalink {
  visibility: visible;
}

#bin-search {
  margin-top: 1em;
  padding: 0.5em;
  width: 100%;
  box-sizing: border-box;
}

#bin-table {
  width: 100%;
}
#bin-table th, #bin-table td {
  padding: 0.1em 0.5em;
  overflow-wrap: anywhere;
}
#bin-table th {
  text-align: left;
}
#bin-table tbody tr:hover {
  background: #cdf0fc;
}
#bin-table #search-message {
  display: none;
  text-align: center;
  padding: 1em;
}

.function-list {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.8rem;
  gap: 1px 3px;
}
.function-list div {
  flex-basis: 1;
  display: inline-block;
  padding: 0.25em 0.5em;
  border: 1px solid #2fc0f0;
}
.function-list div a:link, .function-list div a:visited {
  color: #2fc0f0;
  text-decoration: none;
}
.function-list div:hover, .function-list div a:hover {
  color: #0d89b3;
  border-color: #0d89b3;
}

.attack-technique-list {
  font-size: x-small;
}

.examples {
  display: table;
  width: 100%;
  table-layout: fixed;
  counter-reset: item;
  margin: 0;
  padding: 0;
}
.examples li {
  display: table-row;
}
.examples li:not(:only-child):before {
  display: table-cell;
  font-size: 0.8rem;
  font-weight: bold;
  width: 3em;
  text-align: center;
}

.logo {
  float: right;
  width: 100px;
  height: 100px;
  margin-left: 20px;
  margin-bottom: 20px;
}

.bin-name {
  font-family: Consolas, monospace;
  font-size: 1.2rem;
}

.function-name {
  font-size: 1.4rem;
  font-weight: bold;
}

.attack-technique-id {
  font-weight: bold;
}

.github-buttons {
  display: inline-block;
  margin-left: 10px;
}
.github-buttons a.github-button {
  visibility: hidden;
}

.header-box {
  display: flex;
}

ul {
  margin: 0;
  list-style-position: inside;
  padding-left: 0;
}

.external-favicon {
  width: 16px;
  vertical-align: middle;
}

#contributors {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  align-content: stretch;
  justify-content: flex-start;
  gap: 1px 5px;
  min-height: 50px;
}

#contributors > div {
  padding: 3px;
  border: 1px solid #2fc0f0;
  border-radius: 2px;
}

.tags {
  display: flex;
  align-items: center;
}

.tags dd {
  display: flex;
  gap: 1px 5px;
}

.tag {
  background-color: #2fc0f0;
  color: white;
  padding: 5px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.tag .tag-tooltip {
  cursor: text;
  display: none;
  position: absolute;
  top: 1.9em;
  left: 0;
  z-index: 99999;
  border: 2px solid #2fc0f0;
  border-radius: 5px;
  background-color: white;
  color: black;
  padding: 3px;
  width: max-content;
  max-width: 500px;
}

.tag:hover .tag-tooltip,
.tag-tooltip:hover {
  display: inline-table;
}

.properties {
  display: flex;
  flex-direction: column;
}

.properties .row {
  display: flex;
  flex-direction: row;
}

.properties .property {
  font-weight: bold;
  min-width: 195px;
  box-sizing: border-box;
}

.properties .property::after {
  content: ": ";
}

ol + h2.function-name {
  margin-top: 3em;
}

ol {
  padding: 0;
}

ol li + li {
  margin-top: 3em;
}

ol li:only-child {
  list-style: none;
}

dl.row > dd {
  margin: 0;
}

dl { /* Required for Chrome, default in Firefox */
  margin: 0;
}

/*# sourceMappingURL=style.css.map */