.box001 {
	bborder: 2px solid red;
	bbackground-color: orange;
	width: 95%;
	height: 60vh;
	margin: 0 auto;
	overflow: hidden;
	padding: 2px;
	text-align: left;
	/*background: transparent;*/
}

.box002 {
	bborder: 2px solid black;
	bbackground-color: green;
	width: 100%;
	height: 58vh;
	margin: 0 auto;
	overflow-y: scroll;
	padding-right: 20px; /* Increase/Decrease this value for cross-browser compatibility*/
	box-sizing: content-box; /* So the width will be 100% + 20px, the scrollbar is hidden under the 20px */
	text-align: left;
	background: transparent;
	/*background: transparent;*/
}
