/*
SecWeb Custom: Print
*/

#wrapper {
  display: block !important;
  max-width: 100% !important;
  outline: 0 !important;
}

#sidebar {
  display: none !important;
}

#search {
  display: none !important;
}

.secweb-ads-block-head {
  display: none !important;
}

.grecaptcha-badge {
  display: none !important;
}

h1.entry-title {
  font-size: 1.2em !important;
}

footer.footer {
  display: none !important;
}

#container {
  display: block !important;
  grid-area: unset !important;
  grid-template-columns: auto !important;
  grid-template-areas: "" !important;
}

#content{
  display: block !important;
  grid-area: unset !important;
}

#bar1, #bar2 {
  display: none !important;
}

.secweb-print-btn {
  display: none !important;
}

/* FIN */