@media print {


.nav-collapse .nav,
.nav-collapse .navbar-form, 
.nav, .share,
footer,
.comment-write, 
.container .row .span4, 
.comment-list, 
.news-list-browse/*, .container .row .span8 div:last-child*/ {
  display:none;
}
body {
  font-family: Verdana, "Times New Roman", serif;
  font-size: 13px;
  line-height: 18px;
}
.container .row .span8 {
  border-right:none;
  width: 100%;
  margin-top: 28px;
}
.story .comment-count {
  /*background:none; 
  color:white;*/
  display: none;
}
.story .date {float: none;}
.story  .story-title h2 {
  font-size: 20pt;
  line-height: 28px;
}
.story blockquote i {
  font-size: 14px;
  line-height: 19px;
}
.story p.bodytext {
  font-size: 14px;
  line-height: 20px;
}
.news-list-item-comment {
  margin-top: 0 !important;
}

/* disable toggle-mechanism */

.story-toggle-container {
  display: block !important;
}

.story-toggle-container .date {
  display: none;
}

.story-toggle-container .story-toggle-handle {
  display: none !important;
}

.story-toggle-container .story-toggle-teaser {
  display: block !important;
}

.container .story {
  display: block;
}
.story .story-title {
  display: block;
}
.story .info {
  display: block;
}
.navbar .btn-navbar {
  display: none;
}



}