
/* These elements should not be displayed during printout. */
    #top_menu {
        display:    none;
    }
    #left_menu {
        display:    none;
    }

/* Content should flow to full page width */
    #content {
        width:      100%;
    }

    .select_item_full {
        width: 40em;
    }
    .select_item_name {
        width: 37em;
    }
    .text_item_full {
        width: 40em;
    }
    .text_note_full {
        width: 40em;
    }
