@media print
    {
    body, #main
        {
        background-color: white!important;
        }
    #main
        {
        border:		1px solid black;
        }
    #bp-logo img
        {
        max-width:	100%;
        }
    #bp-logo
        {
        border-top:	1px solid black!important;
        border-left:	1px solid black!important;
        border-right:	1px solid black!important;
        padding-bottom:	.5em;
        }
    .pageTitle
        {
        display:	none;
        }
    .printBlock
	{
	line-height:	1.2em;
	page-break-inside: avoid;
	}
    .question
        {
	background-color:  #003636!important;
	color:		   #ffffff!important;
        }
    .questionBlock
	{
	page-break-inside: avoid;
	}
    .resultsreport
        {
        border:		0;
        }
    .resultsreport hr
	{
	margin-top:	0;
	margin-bottom:	1em;
	}
    .resultsreport .biopdf,
    .resultsreport .biohtml,
    .resultsreport .biourl
        {
        display: 	none;
        }
    .printOptionLeft, .printOptionRight, .printerIcon
	{
	display: 	none;
	}
    .bp-announcement
        {
        display:	none;
        }
    #progressBar, #submit1, #logout1
        {
        display:	none!important;
        }
    .noprint
        {
        display:	none;
        }
    }
