.post {
  display: none;
}

.post:target {
  display: block;
}

.js-remove-print {
  display: none;
}

.post a {
  white-space: pre-line;
  word-wrap: break-word;
}

.press-date,
.press-officer {
  float: left;
  width: 50%;
}

.print-seal {
  display: none;
}

.press-officer {
  float: right;
  text-align: right;
}

.post-title {
  clear: both;
  margin-top: 1em;
  text-align: center;
}

.post-print-btn,
.print-header {
  clear: both;
  text-align: center;
}

.print-header,
.print-seal {
  display: none;
}

.press-byline {
  display: none;
  margin-bottom: 1.25rem;
  overflow: hidden;
}

.post-title {
  margin-bottom: 0.75rem;
}

.post-print-btn {
  display: block;
  margin-bottom: 0.75rem;
  padding: 0 5px;
}

.post-print-btn .btn {
  padding: 5px;
}

.print-post,
.print-post body {
  background-color: #fff;
  background-image: none;
}

.print-post .js-remove-print {
  display: block;
}

.print-post [id='banner'],
.print-post [id='footer'],
.print-post .print-dn,
.print-post .post-print-btn {
  display: none !important;
  height: 0 !important;
  width: 0 !important;
}

.print-post .print-header {
  clear: both;
  display: block;
  text-align: center;
}

.print-post .print-header span {
  display: block;
  font-weight: 700;
}

.print-post .print-header .top {
  font-size: 250%;
  margin-bottom: 20px;
  text-decoration: underline;
}

.print-post .press-date,
.print-post .print-seal,
.print-post .press-officer {
  font-size: 14px;
  float: left;
  width: 33%;
}

.print-post .print-seal {
  display: block;
  text-align: center;
  padding-bottom: 1em;
}

.print-post .press-byline {
  border: 0;
}

.print-post .cell {
  flex-basis: 100%;
  max-width: 45rem;
  margin: 0 auto;
  width: 100%;
}

.no-js .post-print-btn {
  display: none;
}

.no-js .post {
  border-bottom: 2px solid #41b7d8;
  display: block;
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
}

@media (min-width: 45em) {
  .press-byline {
    display: block;
  }
}

@media print {
  .post a {
    white-space: normal;
    word-wrap: normal;
  }

  .print-post .press-byline {
    display: block !important;
  }

  .print-on {
    display: block !important;
  }

  .js-remove-print,
  .post-print-btn {
    display: none !important;
  }

  .press-officer {
    width: 49%;
  }

  .note-english {
    display: none !important;
  }
}
