/* Hide href from printing */
a[href]::after {
  content: none !important;
}
.container {
  padding: 0 15px;
}
/* Hide unwanted printed elements */
.top-menu,
.header-date,
.header .social-networks,
.menu-nav,
.content-utilities-box,
.opinion-page .author-net,
.blogger .blogger-net,
.ads,
.ads-skyscraper-container,
.oat,
aside,
.last-column,
.widget-next-previous,
.widget-lang-selector,
.widget-last-content,
.machine-related-contents,
.back-to-top,
.go-top,
.owl-controls {
  display: none!important;
}
.inner-content .content-body {
  width: 100%;
}
.inner-content .article-media .photo-subtitle {
  margin-top: 5px;
  padding: 0;
  position: static;
}
.inner-content blockquote {
  float: none;
  max-width: unset;
  width: 100%;
}
.inner-opinion .author .row {
  display: flex;
}
.inner-opinion .author .row > div:first-of-type {
  flex: 0 0 auto!important;
}
.inner-opinion .author .row > div[class*='col-'] {
  flex: 1 1 auto;
  float: none;
  width: unset;
}
.opinion-page .author-image img {
  height: 100px;
  width: 100px;
}
.apertura .article-data *,
.apertura .article-data * a {
  color: #fff!important;
}
.apertura .article-data .summary {
  padding: 0 10px;
}
