/* CSS Document Print Style Sheet for NIU Main Web Presence*/

/*** Hide these elements from the Print version ***/

.info-for, #NIU_Search, .global, .globalmobile, .mainnav, footer ul, footer div.nav.nav-mobile, 
 div.panel-body.leftnav>ul.nav.nav-stacked, .embed-responsive, .nav-wrap, .back-to-top  {display:none;}

/** removes URLs from printed pages **/
  a[href]:after {
    content: none !important;
  }

.main-content .collapse {
    display: block;
}

.tab-content > .tab-pane {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

main {padding-bottom: 0px;}

footer .niu-home {
    position: relative;
    top: 0px;
}