
/******* Print Styles******/

@media print
{
    .print
    {
        display: none !important;
    }
}
