html {
    background: white;
}

body {
    background: url(../img/logo_gold.png) no-repeat 15px 10px !important;
    padding-top: 110px;
}

header, #css_quick_selector, .nav.nav-tabs, h1, button {
    display:none !important;
}

#action_bar, #search_bar, #quick_search, #pagination_bar {
    display: none;
}

.tab-pane {
    display: block !important;
}

footer {
    text-align: center;
}

#cases_tbl .select_col, #cases_tbl .action_col, #search_bar{
    display: none !important;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9 !important;
}

.table td, .table th {
    background-color: transparent !important;
}

.no_print {
    display: none !important;
}