@media print {
    
#site_title #title.heading {
    width: 100%;
}
#title a {
    border-bottom: 0px none #FFFFFF;
    text-decoration: none;
}
#site_title #title.heading h1 {
    font-size: 1.75em;
    border-bottom: #000000 2px solid;
}
#site_title #title.heading .title_ucdavis_print {
    display:inline !important;
}
#main #page_title h2 {
    font-size: 1.5em;
}
#header_content, #title_area_content, #breadcrumbs_content, #main_content, #footer_content {
    border-left: 0pt none;
    border-right: 0pt none;
    float: none !important;
}
#main_section #center_column_inner_wrap .content_box {
    border: 1px solid #999;
    padding: 2px;
    margin: 10px;
}
.content_box .border_box {
    border: 0px solid #E5C44D;
}
#footer {
    display: block;
    border-top: #999 1px solid;
    margin-top: 20px;
    margin-bottom: 0px;
}
#footer .outer_wrap {
    display: block;
}
#footer .inner_wrap {
    display: block;
}
#footer #footer_content {
    display: block;
    background-color: transparent;
    border-top: 0px;
    border-bottom: 0px;
    margin: 0px;
    padding: 0px;
}
#footer #standard_footer {
    display: block;
    font-size: 0.6em;
    text-align: center;
    color: #999;
    padding-top: 5px;
}
#footer #standard_footer p {
    margin: 0;
}
#footer #standard_footer a {
    display: none;
}
}
/* ends @media print*/


/* begin @media print - for tables*/

@media print {

/* Tables - style modified to target #main id to accomodate flex pages and dynamic content */
#main table.u_tables_gold {
    font-family: "Lucida Grande", "Lucida Sans", "Verdana", "Arial", sans-serif;
    border: #000000 2px solid;
}
/* TH Default */
/* All TH Cells have the following attributes unless overridden by a variant, below */
#main table.u_tables_gold th {
    padding: 5px;
    vertical-align: middle;
    color: #000000;
    border: thin solid #000000;
}
/* TH Exceptions: Top Row Headers */
#main table.u_tables_gold th[scope="col"] {
    background-color: #DFC166; /* background color for top title header row */
    font-size: 0.8em;
    font-weight: bold;
    text-align: center; /* change alignment - left, center, right, justified */
    vertical-align: middle;
}
#main table.u_tables_gold th[scope="row"] {
    background-color: #F8EECC; /* change background color of left-most column */
    font-size: 0.8em;
    height: auto;
}
#main table.u_tables_gold th.secondary {
    font-size: 0.75em;
}
/* TD Default */
#main table.u_tables_gold td {
    font-size: 0.7em;
    border: thin solid #000000;
    padding: 5px;
}
/* TD Variant */
/* Font Color: Red */
#main td.u_td_redtext {
    color:#990000;
}
}
/* ends @media print*/

@page {
    margin: 15mm 10mm;
}
