div.bbs-images-container {
	margin: 0 auto 10px;
	max-width: 720px;
}
div.bbs-images-container .bbs-images-contents {
	margin: 0;
	padding: 0;
	list-style: none;
}
div.bbs-images-container .bbs-images-contents .bbs-image-wrapper {
	margin: 20px 0 30px;
}
div.bbs-images-container .bbs-images-contents .bbs-image-wrapper .bbs-image {
	display: block;
	text-align: center;
}
div.bbs-images-container .bbs-images-contents .bbs-image-wrapper .bbs-image img {
	max-width: 100%;
	max-heigh: auto;
}
div.bbs-images-container .bbs-images-contents .bbs-image-wrapper .image-btn {
	padding: 10px 0;
	text-align: center;
}
div.bbs-images-container .bbs-images-contents .bbs-image-wrapper .image-comment {
	margin: 0;
}
div.bbs-images-container .bbs-images-contents .bbs-image-wrapper .image-comment {
	display: block;
	padding: 10px 0;
}
div#bbs-pdf-viewer-container {
	margin: 0;
	border: 0;
	padding: 10px;
	width: 100%;
}
div#bbs-pdf-viewer-container iframe#pdf_viewer {
	border: 0;
	width: 100%;
	min-height: 700px;
}
div.video-js { width: 100%; min-height: 500px }