@media print {
    #top-section,
    #show-left-section-button,
    #left-section,
    #notification-section,
    #bottom-section,
    .file-upload,
    .history-title,
    #history-content {
        display:none;
    }

    #tool-section {
        width:100%;
        left:0;
        padding-top:0px;
        position:initial;
        top:0;
    }

    #main-section {
        padding:0;
        padding-top:30px;
        width:100%;

    }
    #main-form-holder {
        width:100%;
    }

    .progress-widget,
    .form-button-row,
    .table-head {
        display:none;
    }

    .datatable .table-body .table-row {
        border-bottom:none;
        height:40px;
    }

    .datatable .table-body .table-cell {
        padding: 5px 15px 15px
    }

    .datatable .table-body .table-cell:first-child {
        padding: 5px 15px 15px
    }

    #show-filter-button,
    #filter-section {
        display: none;
    }
}