﻿.page-header{
    display:none;
}

#breadcrumb-container{
    display: none;
}

.banner-image img{
    display: none;
}

.subnav{
    display: none;
}

.page-footer {
    display: none;
}

.banner_text_rightside,
.banner_text_rightside > span{
    font-size:20pt;
    font-weight:bold;
    line-height:2em;
}

.callout_title{
    font-size:14pt;
    font-weight:bold;
}

#searchNameInput{
    display: none;
}

#searchCourseInput{
    display:none;
}

/* Phonebook styles to hide, we don't want to print the mobile card view */
.tablesorter-default-phoneBook > thead > tr > th:nth-of-type(1) {
    display: none;
}

.tablesorter-default-phoneBook > tbody > tr > td:nth-of-type(1) {
    display: none;
}

.tablesorter-default-phoneBook > thead > tr > th:nth-of-type(2) {
    display: none;
}

.tablesorter-default-phoneBook > tbody > tr > td:nth-of-type(2) {
    display: none;
}

.tablesorter-default-phoneBook > thead > tr > th:nth-of-type(3) {
    display: none;
}

.tablesorter-default-phoneBook > tbody > tr > td:nth-of-type(3) {
    display: none;
}

.tablesorter-default-phoneBook > thead > tr > th:nth-of-type(4) {
    display: none;
}

.tablesorter-default-phoneBook > tbody > tr > td:nth-of-type(4) {
    display: none;
}

/* Fall Winter styles to hide, we don't want to print the mobile card view of the timetable*/

    .tablesorter-FallWinter > thead > tr > th:nth-of-type(1) {
        display: none;
    }

    .tablesorter-FallWinter > tbody > tr > td:nth-of-type(1) {
        display: none;
    }

    .tablesorter-FallWinter > thead > tr > th:nth-of-type(2) {
        display: none;
    }

    .tablesorter-FallWinter > tbody > tr > td:nth-of-type(2) {
        display: none;
    }

    .tablesorter-FallWinter > thead > tr > th:nth-of-type(3) {
        display: none;
    }

    .tablesorter-FallWinter > tbody > tr > td:nth-of-type(3) {
        display: none;
    }

    .tablesorter-FallWinter > thead > tr > th:nth-of-type(4) {
        display: none;
    }

    .tablesorter-FallWinter > tbody > tr > td:nth-of-type(4) {
        display: none;
    }

    /* Fall Winter styles to hide, we don't want to print the mobile card view of the timetable*/

    .tablesorter-SpringTimeTable > thead > tr > th:nth-of-type(1) {
        display: none;
    }

    .tablesorter-SpringTimeTable > tbody > tr > td:nth-of-type(1) {
        display: none;
    }

    .tablesorter-SpringTimeTable > thead > tr > th:nth-of-type(2) {
        display: none;
    }

    .tablesorter-SpringTimeTable > tbody > tr > td:nth-of-type(2) {
        display: none;
    }

    .tablesorter-SpringTimeTable > thead > tr > th:nth-of-type(3) {
        display: none;
    }

    .tablesorter-SpringTimeTable > tbody > tr > td:nth-of-type(3) {
        display: none;
    }

    .tablesorter-SpringTimeTable > thead > tr > th:nth-of-type(4) {
        display: none;
    }

    .tablesorter-SpringTimeTable > tbody > tr > td:nth-of-type(4) {
        display: none;
    }

    .tablesorter-SpringTimeTable > thead > tr > th:nth-of-type(5) {
        display: none;
    }
     .tablesorter-SpringTimeTable > tbody > tr > td:nth-of-type(5) {
        display: none;
    }