.btn, .btn_group {
    display: none;
}

header {
    display: none;
}

.detail-view {
    page-break-after: always;
}

h3.resources {
    page-break-before: always;
}

table { page-break-inside:auto !important; }
tr    { page-break-inside:avoid  !important; ; page-break-after:auto  !important; }
thead { display:table-header-group  !important; }
tfoot { display:table-footer-group  !important; }

td, th {
    padding: 4px !important;
}

.initiativeSection {
    page-break-inside:avoid
}

.grid-view {
    padding-top: 0;
}

.tab-content div {
    display: block !important;
    opacity: 1 !important;
}

.nav-tabs {
    display: none;
}

.tab-content .grid-view {
    margin-bottom: 0 !important;
}

th.itemActions, td.itemActions {
    display: none;
    visibility: collapse;
}

.icon-arrow-down, .icon-arrow-up {
    display: none;
}

div.level_explanation {
    display: none !important;
}