#infobox3 {
  background: #a07000;
	border-radius: 10px;
  box-shadow: 8px 8px 30px #555;
	padding: 0px 15px 15px 15px;
  margin-top: 70px;
}
div.tm-hist-hdr-box {
  font-size: 1.8rem;
	line-height: 1.8rem;
  padding: 20px 0px 5px 0px;
}
#hist-graph-box { 
  background-color: #141414; 
  text-align: center; 
  padding: 1.8rem; 
  border-radius: 8px; 
}
svg.tm-hstry {background-color: #141414;   border: 2px solid #444; border-radius: 5px; font-size: 11px;
}
div.tm-hist-legend { 
  line-height: 1.3;
  margin-top: 20px;
  padding: 8px 4px;
  color: #b3b3b3;
  background-color: #282828;
  border: 1px solid #444;
  font-size: 1.1rem;
}
span.circlered { 
  display:inline-block;
  background-color: red; 
  color: white;
  border-radius: 50%; 
  width:1.6rem; height:1.6rem; 
}
