/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2018-08-20, 09:20:06
    Author     : Adam Styperek <adamstyperek@gmail.com>
*/
@media print {
    header {
        display: none!important;
    }
    footer {
        display: none!important;
    }
    .breadcrumb {
        display: none!important;        
    }

    .content-menu-left {
        display: none!important;        
    }

    .content--main {
        display: block!important;
        width: 90%!important;
        margin: 0px!important;
        padding: 0px!important;
    }

}
