@-ms-viewport {
  width: device-width;
}
::-ms-backdrop {
  border: 0 none;
  outline: 0 none;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
::-webkit-file-upload-button {
  border: 0 none;
  outline: 0 none;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
*,
::after,
::before,
::backdrop,
::file-selector-button {
  border: 0 none;
  outline: 0 none;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

a,
a:link,
a:visited,
a:hover,
a:focus,
a:active {
  outline: 0;
  text-decoration: none;
}

nav ul,
nav li,
.nav ul,
.nav li {
  margin: 0;
  padding: 0;
  list-style: none;
}

textarea {
  resize: vertical;
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

button {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  text-align: inherit;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
@media print {
  @page {
    html body {
      margin: 2cm;
    }
  }
  html body *,
  html body *:before,
  html body *:after {
    color: #1d1d1b;
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  html body .wrapper {
    width: 100%;
  }
  html body img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  html body a,
  html body a:visited {
    text-decoration: underline;
  }
  html body pre,
  html body blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  html body thead {
    display: table-header-group;
  }
  html body tr,
  html body img {
    page-break-inside: avoid;
  }
  html body p,
  html body h2,
  html body h3 {
    orphans: 3;
    widows: 3;
  }
  html body h2,
  html body h3 {
    page-break-after: avoid;
  }
  .topbar .trigger,
  .topnav,
  .mainfooter,
  .smnavfix,
  .post_meta_infos,
  .other_posts,
  .other_news {
    display: none;
  }
}