.svgGraph{
	height: 85%;
	width: auto;
	  position: relative;
  display: block;
	margin: auto;
	font: Arial;
}
.reveal{
	cursor: pointer;
	margin: auto;
	background-color: #1D4E89;
	color: #fff;
	font-weight: normal;
	/* font-family: 'Roboto '; */
	  display: block;
	  
	z-index: 9999;
}

#activity3 h5{
	text-align: left;
}

#marginalCost, #reveal1, #reveal2, #revealText{

	display: none;
}
.graphtext {
	color: #fff;
  position: absolute;
  width: 200px;
  left: 56%;
  top: 30%;
  transform: translate(-50%,-50%);
  background: #3366FF;
  border: 1px solid;
    border-radius: 10px;
	padding:4px;
}