.scrolltext {
	overflow: auto;
	height: 150px;
	width: 100px;
	text-align: justify;
	float: none;
	padding-right: 7px;
	padding-top: 10px;
}
.scrollsidebar {

	overflow: auto;
	height: 125px;
	width: 250px;
	text-align: justify;
	float: none;
	padding-right: 25px;
	padding-top: 10px;
}

