﻿@media print
{
    header.top
    {
        display: none;
    }

    footer.main
    {
        display: none;
    }

    html.har-brodsmule div.breadcrumb
    {
        display: none;
    }

    .registration .leftside
    {
        width: 100%;
        float: none;
        padding-right: 0;
    }

    .registration .rightside
    {
        width: 100%;
        float: none;
        padding-left: 0;
    }

    .registration .input_wrp .activity_btn,
    .registration .input_wrp .back_btn
    {
       display:none;
    }
}
