/* NO CHANGES AFTER THE INITIAL UPLOAD ARE APPLIED
    moved everything to wawi_project_time_tracker_calendar_template.html */
/* TODO: move styles back to here, once we figured out why
 */

/* currently only used in project_timetracking.php - might need tweaking if used elsewhere too */
/*
@media print {
    @page {
        size: A4 landscape;
        margin: 0;
    }
    #header{
        display: none;
    }
    #info_bar{
        display: none;
    }
    #breadcrumb_nav{
        display: none;
    }
    .explorer{
        color: black;
        font-size: 10px;
        margin: 5%;
    }
    .button_container{
        display: none;
    }
    .form_container{
        display: none;
    }
    .foot{
        display: none;
    }
    .timetracking_header{
        display: inline !important;
    }
    .timetracking_footer{
        display: inline !important;
    }
    booked_time_description{
        display: none !important;
    }
}

 */