#divRead {
	position: absolute;
	left: 620px;
	top: 0px;
	width: 120px;
	height: 40px;
	background-color: transparent;
	// border: 1px solid black;
}
#divModel {
	position: relative;
  display: block;
  margin: auto;
  width: 960px;
	height: 285px;
	background-color:  #3b5e3b; //#164521, #477148 (green felt)
	// border: 1px solid green;
	// border-top: 5px solid #0099cc;
  // border-bottom: 5px solid #0099cc;
}
#rectSource {
	position: absolute;
  display: block;
  background-color: #339966;
	left: 20px;
	top: 210px;
	width: 320px;
	height: 35px;
	border-radius: 15px;
	border: 3px solid #ffb3b3;
	z-index: 5;
}
#textSource {
	margin-top: 10px;
	text-align: center;
	color: white;
	font-family: Arial;
	font-weight: bold;
	font-size: 15px;
}
#rectDestination {
	position: absolute;
  display: block;
  background-color: #339966;
	left: 690px;
	top:35px;
	width: 250px;
	height: 35px;
	border-radius: 15px;
	border: 3px solid #ffb3b3;
	z-index: 5;
}
#textDestination {
	margin-top:10px;
	text-align: center;
	color: white;
	font-family: Arial;
	font-weight: bold;
	font-size: 15px;
}
#rectPump {
	position: absolute;
  display: block;
  // background-color: #ffffcc;
  // border: 1px solid black;
  left: 331px;
	top: 12px;
	width: 300px;
	height: 15px;
  // z-index: 20;
}
#textPump {
	margin-top:0px; 
	margin-bottom:0px;
	text-align: center;
	color: white;
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
}
#rectLabelPump {
	position: absolute;
  display: block;
  // background-color: #ffffcc;
  // border: 1px solid white;
  left: 381px;
	top: 240px;
	width: 200px;
	height: 25px;
  // z-index: 20;
}
#textLabelPump {
	margin-top:0px; 
	margin-bottom:0px;
	text-align: center;
	color: white;
	font-family: Courgette;
	font-weight: 400;
	font-size: 20px;
}
#divPump {
	position: absolute;
  display: block;
  // left: 235px;
  // top: 220px;
  left: 50px;
  top: 100px;
  width: 700px;
	// height: 600px;
	// background-color: white;
	border: 1px solid black;
	border-style: hidden;
	// -webkit-transform: translate3d(0,0,500px);
	z-index: 5;
}
#animPump {
  position: absolute;
  left: 62px;
  top: -290px;
  transform: scale(0.30);
	border: 20px solid red;
}


