/**
CSS rules for PRINT output which get applied in addition to the other CSS
*/


#ft_menu {
    display: none;
}

input[type="submit"], .analysis_filter_button {
    display: none;
}

.analysis_right_col {
    width: 100%;
}

.cleaningListHeader {
    border: 1px solid #000;
}

.footnote {
    display: none;
}

.printinvisible {
    display: none;
}