
@media print{
.navbar-fixed-top, 
.navbar-fixed-bottom,
#main-menu.affix{
position:static;
}
.right-rail,
footer,
header,
.social-sharebar,
.related-media-widget{
display:none;
}
a[href]:after {
    content: none !important;
  }
#msgv-body{
 margin-top:-100px;
}
#msgv-body .section-container .row-fluid .span8{width:100%;}

@page {
margin-top:0.65in;
marks: none;
margin-bottom:1in;
}
}