@import url("https://fonts.googleapis.com/css2?family=Bangers:wght@400&family=Nunito:wght@100;200;300;400;500;600;700;800&display=auto");
dev-resolution-indicator {
  position: fixed;
  z-index: 999;
  top: 0px;
  left: 50vw;
  transform: translateX(-50%);
  font: bold 13px tahoma;
  background: yellowgreen;
  color: black;
}
dev-resolution-indicator > span {
  display: none;
  padding: 4px 10px;
}
@media ( min-width: 1340px ) {
  dev-resolution-indicator span.lg {
    display: block;
  }
}
@media ( min-width: 992px ) and ( max-width: 1339px ) {
  dev-resolution-indicator span.md {
    display: block;
  }
}
@media ( min-width: 768px ) and ( max-width: 991px ) {
  dev-resolution-indicator span.sm {
    display: block;
  }
}
@media ( min-width: 540px ) and ( max-width: 767px ) {
  dev-resolution-indicator span.xs {
    display: block;
  }
}
@media ( min-width: 360px ) and ( max-width: 539px ) {
  dev-resolution-indicator span.xx {
    display: block;
  }
}
@media ( max-width: 359px ) {
  dev-resolution-indicator span.xt {
    display: block;
  }
}
body main input.nr50 {
  width: 50px;
  padding-right: 4px;
}
body main input.nr70 {
  width: 70px;
  padding-right: 4px;
}
body main input.nr100 {
  width: 100px;
  padding-right: 4px;
}
body main input.nr120 {
  width: 120px;
  padding-right: 4px;
}
body main input.nr150 {
  width: 150px;
  padding-right: 4px;
}
body main input.nr180 {
  width: 180px;
  padding-right: 4px;
}
body main input.nr200 {
  width: 200px;
  padding-right: 4px;
}
button > i,
a > i {
  display: block;
  width: 32px;
  height: 32px;
  margin: auto;
  transform: scale(0.85);
}
button > i,
a > i {
  background: url(/assets/images/icons.light.png) no-repeat center center;
}
button > i.black,
a > i.black {
  background: url(/assets/images/icons.dark.png) no-repeat center center;
}
button > i.gray,
a > i.gray {
  background: url(/assets/images/icons.dark.png) no-repeat center center;
  opacity: 0.6;
}
button > i.home,
a > i.home {
  background-position: -184px -85px;
}
button > i.mail,
a > i.mail {
  background-position: -34px -85px;
}
button > i.love,
a > i.love {
  background-position: -184px -35px;
}
button > i.prof,
a > i.prof {
  background-position: -84px -85px;
}
button > i.conf,
a > i.conf {
  background-position: -134px -85px;
}
button > i.send,
a > i.send {
  background-position: -234px -85px;
}
button > i.back,
a > i.back {
  background-position: -184px -135px;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 7;
  height: 50px;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 20px;
  align-items: center;
  background: #036;
  color: white;
  font: 16px "Nunito", Arial, sans-serif;
  font-weight: 700;
}
header small {
  font-weight: 200;
}
@media ( min-width: 768px ) {
  header {
    padding: 1px 0 0 12vw;
  }
}
@media ( max-width: 767px ) {
  header {
    padding: 1px 0 0 4vw;
  }
}
header button {
  background: rgba(255,255,255,0.19);
  width: 54px;
  height: 31px;
  border: none;
  color: white;
}
@media screen and ( max-width: 767px ) {
  header {
    height: 70px;
  }
  header small {
    display: block;
  }
}
main.embedded-article {
  display: block;
  padding-top: 82px;
}
@media ( max-width: 767px ) {
  main.embedded-article {
    font-size: 14px;
  }
  main.embedded-article pre code {
    font-size: 12px;
  }
}
main.embedded-article pre {
  overflow-x: auto;
}
main.embedded-article a,
main.embedded-article a:hover,
main.embedded-article a:visited {
  color: #306c9e;
}
.top-links {
  max-width: 1300px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 5px;
  row-gap: 5px;
}
@media ( min-width: 768px ) {
  .top-links {
    padding-top: 52px;
  }
}
@media ( max-width: 767px ) {
  .top-links {
    padding-top: 65px;
  }
}
.top-links span {
  display: inline-block;
}
@media ( min-width: 768px ) {
  .top-links {
    height: 60px;
  }
  .top-links span:not(:last-of-type):after {
    content: '';
    margin-left: 12px;
    margin-right: 10px;
    height: 21px;
    transform: translateY(7px);
    border-right: 1px solid gray;
  }
}
.top-links a {
  display: inline-block;
  padding-bottom: 2px;
  text-decoration: none;
  color: black;
}
.top-links a:hover {
  border-bottom: 1px solid steelblue;
}
@media ( max-width: 767px ) {
  .top-links a {
    border: 1px solid gray;
    padding: 5px 10px;
  }
  .top-links a:hover {
    background: #ddd;
  }
}
@media print {
  .top-links {
    display: none;
  }
  header > small {
    display: static;
  }
  pre code {
    border: none !important;
    background: none;
  }
}
