/* Extra Styles */

.peopleRow {
    padding: 10px 0;       
}

/* Print stylesheet */

@media print {
    .navbar {
        display: none;
    }
    
    .logo {
        display:none;
    }
    
    .top a:after {
        display: none;
    }
    
    .logo img {
        display: none;
    }
    
    .logo:after {
        content: "Purdue Data Science Consulting Service";
        font-size: 24pt;
        color: #000000;
        font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
    }
    
    .department {
        display: none;
    }
    
    .breadcrumb {
        display: none;
    }    
    
    .maincontent {
        font: 12pt Georgia, "Times New Roman", Times, serif !important;
        line-height: 1.3;
        margin: 0;
        padding: 0;
        float: none !important;
        width: 100%;
    }
    
    
    a[href^="http"]:not([href*="example.com"]):after {
        content: " (" attr(href) ")";
        font-size: 90%;
        word-wrap: break-word;
    }    
    
    img {
        /*min-width: 200px;*/
        max-width: 500px;
        border: 0;
    }
    
    h1 {
        font-size: 24pt !important;
    }
    
    p a {
        color: #000000;
        text-decoration: none !important;
    }
    
    ul li a {
        color: #000000;
        text-decoration: none !important;
    }
    
    .sidenav {
        display:none;
    }
    
    table {
        width: 100%;
        table-layout: auto;
        border: 0;
    }
    
    td {
        word-break: break-all;
        overflow: hidden;
    }
    
    .footer {
        display: none;
    }

    .peopleRow img {
        width: 200px;
    }
    
    /* home page */
    
    .icon {
        display: none;
    }
    
    .deptOfficeContent .mainContent {
        font: 12pt Georgia, "Times New Roman", Times, serif !important;
        line-height: 1.3;
        margin: 0;
        padding: 0;
        float: none !important;
        width: 80%;
    }
    
    .bannerContainer {
        display: none;
    }
    
    .tiles {
        position: relative !important;
        page-break-before: always;
        overflow: auto;
        -webkit-region-break-before: always;
    }
    
    .tile {
        border-style: solid !important;
        border-width: medium !important;
        height: 100px !important;
        width: 100%;
        margin: 0;
        padding: 0;
    }
     
}

