@media print {
	
    nav.tabs { display: none; }
	
    .view-resident-directory th { padding: 5px 0; line-height: 1; font-size: 14px; font-weight: bold; }
    .view-resident-directory td { padding: 2px 0; line-height: 1; font-size: 12px; }
    
    .block-views-blockslideshow-block-1{ display: none; }
    
    a[href]:after { content: none !important; }
    
    img[src]:after { content: none !important; }
    
    #la-navbar{ display: none; }

    body.full-path--resident-directory a[href]:after { display: none; }
    body.full-path--resident-directory #la-login-navbar { display: none; }
    body.full-path--resident-directory .title-bar { display: none; }
    body.full-path--resident-directory #la-navbar { position: unset; margin-top: 0; }
    body.full-path--resident-directory #la-banner { margin-top: 0; }
    body.full-path--resident-directory .region-main-menu { display: none; }
    body.full-path--resident-directory #block-home-banner { display: none; }
    body.full-path--resident-directory #block-angelus-page-title { display: none; }
    body.full-path--resident-directory #block-angelus-content { display: none; }
    body.full-path--resident-directory footer { display: none; }
    body.full-path--resident-directory #la-copyright { display: none; }

    body.full-path--resident-directory main { min-height: initial; }
    body.full-path--resident-directory main > div { padding: 0; }
    body.full-path--resident-directory main > .grid-x > .cell.large-3 { display: none; }
    body.full-path--resident-directory main > .grid-x > .cell.large-9 { width: 100%; }

    body.full-path--resident-directory .view-resident-directory .view-footer { display: none; }
    body.full-path--resident-directory .view-resident-directory form.views-exposed-form { display: none; }

    th#view-field-phone-table-column {  width: 100px;  }
    th#view-field-street-number-table-column {  width: 70px;  }
    th#view-field-email-table-column {  width: 160px;  }
    th#view-field-first-name-table-column {  width: 100px;  }
    th#view-field-last-name-table-column {  width: 120px;  }

    #block-printdate { display: block; }

}