@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;
}
/* TH Exceptions: Top Row Headers */
#main table.u_tables_gold th,
#main table.u_tables_gold th[scope="col"],
#main table.u_tables_gold th[scope="row"],
#main table.u_tables_gold td  {
    padding: 5px;
}

}
/* ends @media print*/

@page {
    margin: 15mm 10mm;
}
