/*An element which works when the website is printed.
It hides elements from the print view*/


    .print-hide-element{
        display:none !important;
    }

