/*
 * Hide some things
 */
#header,
#left-column,
#footer-wrapper {
    display: none;
}

/*  -- MAIN PAGE TITLE --  */

h1 {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    padding-top: 15px;
}

h2 {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    padding-top: 2px;
}


/*  -- STYLES FOR THE DATA TABLES --  */

.title_row {
    background-color: #857d78;
    color: white;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    height: 24px;
}

th {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
}

.detail_row {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 10px;
}

.print-table tr:nth-child(odd) {
    background-color: #ebebeb;
}

.sum_row {
    background-color: #fff;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-align: right;
}

a {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 10px;
}
