/* CSS Document */

body {
	font-size:14px;
}
.printonly {
	display:block;
	font-weight:bold;
}
.btn,
.btn-lg,
.btn-primary,
.buttonblock,
footer,
header, 
#topcontent,
#footercontent
{
	display:none!important;
}
#maincontent {
	margin:0;
	padding:0;
}
section.participant .small-pad,
section.participant .bottom-pad {
	margin:0;
	padding:0;
}
section.participant .whitebox {
    background-color:none;
    border:0;
    border-radius:0;
    padding:0px;
	margin-top:20px;
	display:block;
}
section.participant h3 {
	margin-top:0;
	padding-top:0;
	font-size:14px;
	font-weight:bold;
}
section.participant h3.printadjust {
	margin-left:15px;
	font-size:16px;
	margin-top:20px;
}
section.participant .children {
	margin-top:20px;
}
section.participant .printuserimage {
    display:block;
	page-break-inside:avoid;
	overflow:auto;
}
section.participant .printuserimage img.img-responsive {
    display:block;
	page-break-before:auto; /* 'always,' 'avoid,' 'left,' 'inherit,' or 'right' */
    page-break-after:auto; /* 'always,' 'avoid,' 'left,' 'inherit,' or 'right' */
    page-break-inside:avoid; /* or 'auto' */
}

