﻿* {
    -webkit-print-color-adjust: exact !important; /* Chrome, Safari */
    color-adjust: exact !important; /*Firefox*/
}

@page {
    size: A4 portrait;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
    margin: 20px;
    -webkit-print-color-adjust: exact !important; /* Chrome, Safari */
    color-adjust: exact !important; /*Firefox*/
}

.main-header {
    display: none;
}

#BreadcrumbNav {
    display: none;
}

#LeftNavigationDiv {
    display: none;
}

#resultDiv > table > tbody > tr:nth-child(1) {
    display: none;
}

.more {
    display: none;
}

#footer-mission {
    display: none;
}

h1 {
    font-family: 'interstatebold';
    margin-top: 30px;
}

h2 {
    font-family: 'interstatebold';
    font-size: 24px;
    margin-bottom: 30px;
    margin-top: 10px;
}

.searchRow {
    width: 100%;
    float: inherit;
}

.session_result_header, .SessionBackground, .SessionSubBackground {
    width: 100%;
}

a:after {
    display: none;
}

.session_result_header td {
    background-color: #878787 !important;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.SessionBackground td:first-child {
    display: none;
}

.SessionSubBackground td:nth-child(5) {
    padding-left: 10px;
    padding-right: 10px;
}

.SessionBackground {
    background-color: #d0d0d0 !important;
    margin-top: 10px;
    border: 1px solid #d0d0d0;
}

    .SessionBackground td:nth-child(2) {
        padding: 10px;
    }

.SortSelected div, .Sort div {
    color: #ffffff !important;
}

#addthisDiv {
    display: none;
}

.legendResources {
    display: none;
}

table {
    width: 100%;
}

.rgMasterTable th:nth-child(5), .presentation_list_related_documents {
    display: none;
}

.presentation_list {
    width: 100% !important;
}

.no_print_break {
    page-break-inside: avoid;
    padding-top: 5px;
}

.allow_page_break {
    page-break-inside: auto;
}

.SessionSubBackground {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btnprint,
.page_selector,
#button-print-and-pdf,
.backlink,
.sortedAsc_white,
.sortedDesc_white,
.sortable_white,
.planner_tabs,
.social_share,
.sortable,
.addthis-smartlayers {
    display: none;
}