@media print{

  body > *{
    display: none !important;
  }

  body > div.bodyWidth,
  body > #rakstsEkons,
  body > #rakstsEkons > div:first-child{
    display: block !important;
  }

  body > div.bodyWidth.dropMenu,
  .zoomButton,
  .relatedArticlesContainer,
  .blockPopularakie-all,
  .articleVote,
  .blockKomentari,
  .articleAttributes .authors .image,
  .articleAttributes .sticky > * ,
  body > #rakstsEkons > * {
    display: none !important;
  }

  .articleContent{
    width: 100%;
    margin: 0;
  }

  .articleContent .related{
    display: block !important;
  }

  .articleContent .buttonWrapperFull > div > div,
  .articleAttributes .authors .info{
    display: inline-block;
  }
  .articleContent .related .icon {
    margin-right: 17px;
    position: relative;
    top: 5px;
  }

  .articleAttributes {
    width: 100%;
    float: none;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
  }

  .articleAttributes .section {
    padding: 0;
    border: 0;
  }

  .articleAttributes .sticky:after{
    display: block;
    content: '';
    clear: both;
  }

  .articleAttributes .sticky .data{
    display: block;
    clear: both;
  }

  .articleAttributes .time div {
    float: left;
    margin-right: 10px;
    margin-top: 1px;
  }

  .articleAttributes .data div {
    float: left;
    margin-right: 10px;
    margin-top: 3px;
  }

  .articleContent h1 {
    font-size: 32px;
    line-height: 1.25;
    letter-spacing: -0.4px;
    padding-bottom: 29px;
    padding-top: 39px;
  }

}
