body {
  background-color: lightblue;
}

.varContainer {
	position: relative;
	left: 650px;
	text-align: center;
	background-color: 	#A9A9A9;
	width: 150px;
}

.tableContainer{
	position: relative;
	left: 610px;
	background-color: #D3D3D3;
	width: 250px;
}

.heredocContainer {
	position: relative;
	left: 600px;
	text-align: center;
	background-color: 	#DCDCDC;
	width: 250px;
}