#all_projects_resize_wrapper {
    position: absolute;
    top: 13.75em;
    left: 0;
    right: 0;
    bottom: 0;
}

#vision_reports_resize_wrapper {
    position: absolute;
    top: 9em;
    left: 0;
    right: 0;
    bottom: 0;
}

#vision_opportunities_resize_wrapper {
    position: absolute;
    top: 10em;
    left: 0;
    right: 0;
    bottom: 0;
}


@media screen {
    .w-auto-screen {
        width: auto !important;
    }
    .my-3-screen {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
}

@media print {
    #employee-plans_wrapper
    {
        /*font-size: 50%;*/
        /*width: 16in;*/
    }

    #employee-plans
    {
        font-size: 50%;
        table-layout: fixed;
        width: 16in;
        margin-bottom: 0;
    }
    #employee-plans .project-type
    {
        width: 100px;
    }
    #employee-plans .role
    {
        width: 75px;
    }
    #employee-plans .month
    {
        width: 75px;
    }

    #dtm-table
    {
        font-size: 60%;
    }
    #catm-table
    {
        font-size: 60%;
    }
    #nsr-table
    {
        font-size: 60%;
    }

    /* Hide datable components */
/*    div.dt-buttons-wrapper,
    div.dt-length,
    div.dt-search,
    div.dt-info,
    div.dt-paging,
    div.dt-buttons {
        display: none;
    }*/

/*    table.dataTable thead th, table.dataTable thead td {
        padding: 0;
    }
    table.dataTable tbody th, table.dataTable tbody td {
        padding: 0;
    }
    table.dataTable tfoot th, table.dataTable tfoot td {
        padding: 0;
    }*/
}
