
#jqs-19 {
  height: 260px;
  position: relative;
}
#jqs-19 .redCircle {
  width: 40px;
  height: 40px;
	border-radius: 50%;
	background-color: red;
	border: 1px solid ;
  position: absolute;
  top: 20px;
  left: 20px;
}
#jqs-19 .blueCircle {
  width: 60px;
  height: 60px;
	border-radius: 50%;
	background-color: blue;
  position: absolute;
  top: 150px;
  left: 100px;
}
