
.pdfviewer {
	margin:1% 0;
	border:1px solid #aaa;
	height:1400px;
	width:990px;
}
@media (max-width:767px){ 
	.pdfviewer { 
		height:350px;
	}
}
.board-view-content > div > p{
    height:1.4rem;
}
.board-view-content{
	white-space:normal;
	word-wrap:break-word;
}

iframe.pdfviewer {
    width: 100% !important;
    /*
    width: 100vw !important;
    margin-left: calc(-50vw + 50%);
    padding: 0 3rem;
    border: none;
    */
}





