#equipment {
  float: none; 
  clear: both;
}

#descr {
	float: left;
	width: 50%;
}

.graph {
	float: right;
  width:50%;
}

TABLE.avgmaxmin {
  float: right;
  clear: both;
  border-style: solid;
  border-width: 1px;
  border-color: black;
  margin: 0.7em;
  margin-left: auto; 
  margin-right: auto;
  caption-side: top;
}
	
TABLE.avgmaxmin TH {
border-style: none;
font-weight : bold;
padding : 3px;
}

TABLE.avgmaxmin TD {
border-style: none;
padding : 3px;
}

