/* Print stylesheet
----------------------------------------------
    Name: Firstname Lastname
    Date: Day Month Year
*/

/* Index
----------------------------------------------
    1. Typography
    2. Hidden Elements
*/

/* 1. Typography
----------------------------------------------*/

body {
    margin: 20pt;
    color: black;
    font: normal 12pt/1.5em "Lucida Grande",Arial,Helvetica,sans-serif;
    /* for more information on font stacks please visit - http://articles.sitepoint.com/article/eight-definitive-font-stacks *//* for more information on css typeset please visit - http://www.jan-quickels.de/tools-web-typography/ */
}

h1 {
    font-size: 1.6em;
}

/* --- links */

a, a:link, a:active, a:visited {
    color: black;
    text-decoration: none;
}

/* --- images */

img {
    border: 0;
}

/* 2. Hidden Elements
----------------------------------------------*/

/* hide here any elements you do not want to print */

form, #head ul, #banner, #sections, .foot, .subscribe, #sideBar, #snHead, #user,
.breadcrumb, .button, .noPrint {
    display: none !important;
}

.compliancetrackerSection #user {
    display: block !important;
}

.compliancetrackerSection #user span {
    display: none;
}

.compliancetrackerSection #user .name {
    float: right;
    margin: 50px;
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
}

.contentTable {
    border: 0;
}

.contentTable th {
    text-align: left;
    padding: 6px 10px;
    background: #f7f7f5;
    font-weight: 500;
    border: 1px solid #e4e4e4;
}

.contentTable td {
    text-align: left;
    padding: 6px 10px;
    background: #fff;
    border: 1px solid #e4e4e4;
    vertical-align: top;
}
