::-webkit-scrollbar {
 width: 5px;
 height: 5px;
 background: #a9a9a9;
}
 ::-webkit-scrollbar-thumb {
 background: #b22222;
}

#review_intro {
	width: 690px;
	height:auto;
	text-align: justify;
	padding: 5px;
	margin-top: 105px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: absolute;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size:15px;
}

#img_robot_master {
	float: left;
    width: 150px;
	height: 150px;
	margin-right: 5px;
}