.reportbox {
  width:30%;
  margin: 0 auto;
  border:4px solid #aaa;
  
  height:300px;
  overflow:auto;
  padding: 0px 30px 0px 30px;
  min-width:300px;
 flex-grow: 1;
}


.rb-header {
  text-align:center; 
  margin-top: 0px;
  background-color: #85754d;
  color: #fff;
  height: 30px;
  font-size: 22px;
  padding-top: 7px;
 }

.rb-value {
  text-align:left;
  width:100%;
}

#profileD {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
   align-items: flex-start;
    justify-content: center;	
	flex-direction: row;
	flex-wrap: wrap;
}

#profileD h2{
	  flex-basis:100%;
		
	margin-bottom: 20px;
	
}