

@media print{
	.no-print{
	visibility: hidden;
	}
}



.report-header h1, .report-header h3{
	text-align: center;
	width: 91%;
    margin: 0 auto;
}
.report-header h3 {
	font-size:16px;
	margin-top: 10px;
}
.section-container{
	margin-bottom:35px;
	text-align: left;
}
.section-container h2{
	text-align: left;
	margin:0 0 5px 0;
	 font-size: 1.4rem;
    color: #8ea2da;
    font-weight: 500;
}
.section-container h5{
	color: #8ea2da;
}
.box-container p,.section-container p{
	text-align: left;
	font-weight: normal;
	margin:5px 0 0 20px;
	
}
.section-container li{
	
}
.box-container {
	border: 4px solid #d7c8df;
    padding: 20px 35px 20px 75px;
    margin: 0px 0 20px 0;
    background: url(../images/logo.png) no-repeat -93px center;
    background-size: auto 184px;
}

.dynamicText{

	font-weight: normal;
	
}
.dynamicText-bold{
	margin-left:10px;
	font-weight: bold;
	 
}
.questionsList{
	    list-style-type: disc;
    margin-top: 10px;
}
.risk-container{
	border: 1px solid #f2dd9e;
    padding: 10px;
    margin: 20px;
}
.top-row {
	
	width: 50%;
	display:inline-block;
}
.right-col{
	text-align:right;
}


@media (max-width: 500px){
	
	
	.box-container{
		padding:5px;
		background:none;
	}
	.box-container p{
		margin:0;
	}
	.mp-section-900{
		padding:5px !important;
	}
	.modal-body{
		padding:2px;
	}
	
	.report-header h1 {
		font-size:18px !important;
	}
	.sectionHeaderLogo {
		background: url(../images/ohsu-small.png) no-repeat center center;
		background-size: auto 43px;
		width: 53px;
		height: 94px;
		position: absolute;
		right: -4px;
		top: -23px;
	}
	.top-row{
		font-size:14px;
		width:100%;
	}
	
}
