﻿/**
 * CONTENT
 */
    #content,
    body#menu #content {
        padding: 0;
    }
    #nav-page-tools, 
    #link-button-back, 
    #nav-footer {
        display: none;
    }
    /* Force Weekly Scorecard table to fit on a sheet of paper */
    #page-week-score-card #page {
        width: 100%;
    }
    #table-week-score-card {
        width: 100%;
        font-size: .8em;
    }
     #table-week-score-card th, 
      #table-week-score-card td, 
      #page-week-score-card table.data .day div {
        width: auto;
      }
      #table-week-score-card th div, 
    #table-week-score-card td div {
        padding: 0 !important;
        white-space: normal;
    }
    #page-week-score-card #table-week-score-card th div {
        white-space: normal;
    }
    #page-week-score-card #tr-daily-star-ratings td span, 
    #table-week-score-card .rating .print {
        font-size: 8px;
        padding: .5em 0;
        text-align: center;
        margin-left: 0 !important;
    }
    #page-week-score-card #tr-daily-star-ratings td span {
        margin-left: 0 !important;
    }
    #print-shopping-list #form-shopping-list-add-note textarea {
        overflow: visible;
        height: auto;
    }
    #menu #content-top #box-tip-menu-tip {
        display: block;
        visibility: visible;
        margin-top: 1em;
        width: 100%;
    }
