
body {
    background-image: url();
}

.printExempt {
    display: none;
}

#titlePanel {
    background-color: #769F7D;
   -moz-box-shadow: 0 2px 5px #000000;
   -webkit-box-shadow: 0 2px 5px #000000;
    box-shadow: 0 2px 5px #000000;
    height: 60px;
    position: relative;
    text-shadow: 2px 2px 2px #000000;
    width: 100%;
    z-index: 20;
}
#courseTitle {
    color: white;
    font-size: 25px;
    font-weight: normal;
    line-height: 31px;
    padding: 4px 40px 0;
}
#courseTitle em {
    color: #feed00;
}
#unitTitle {
    color: #feed00;
    float: left;
    font-size: 20px;
    line-height: 21px;
    margin-top: 0;
}
#unitTitle em {
    color: white;
}
#tablet {
    display: none;
}
#printContents {
    display: block;
    text-align: left;
}

