#welcome, 
#navigation, 
#navigation2, 
#date-adjust form, 
#footer, 
#bookmarks, 
#header .timeclock, 
#header .search, 
#notifications-container,
#mobile_navigation, 
#mobile_header,
#show_search,
.notifications-container,
#breadcrumbs, 
#top-links, 
.message, 
.button, 
.add {
    display: none !important;
}

.screen-only,
.no-print {
   display: none !important;
}
.print-only {
    display: block;
}

HTML,
BODY,
#shadow,
#wrapper-all,
#header,
#content {
    background: none;
}
#bottom {min-height:0;padding: 30px;}
#logo,
#sitebrand {
    display: none;
}

#header,
#letterhead {
    height: 90px;
}

#header {
    border-bottom: 10px solid #294177;
}
#letterhead {
    width: 1000px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #000;
}
#letterhead #print-logo {
    position: absolute;
    top: 15px;
    left: 30px;
    height: 77px;
}
#letterhead #contact-info {
    position: absolute;
    top: -3px;
    left: 200px;
}
#letterhead #contact-info dt{
    font-weight: bold;
    font-size: 1.5em;
}
#letterhead h1 {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#content {
    border-top: none;
    font-size: 16px;
}

#content h1 {
    position: fixed;
    top: 45px;
    right: 30px;
    font-size: 2.5em;
}
TABLE {
    page-break-inside: avoid;
}
.page-break {
   page-break-before: always;
}
a {
    text-decoration: none !important;
    color: inherit !important;
}
table.work-orders tr.on-hold td {
    opacity: 1; 
}

textarea {
    -webkit-appearance: initial;
}

table.lined th {
    background: none; 
    border-color: #FFF;
    color: #000;
    vertical-align: bottom !important;
}
table.lined thead th {
    border-bottom-color: #000;
}
input, textarea {border: none; resize:none;}

#user-search, #date-adjust, #work-order-filter {border: none; background: none; }

#date-adjust p {font-size: 1.5em; }

.page_nav_container:not(:last-child) {display: none;}

#content h1.print-only,
form.advanced_search.box {display: none; }