.chartdiv {
  width: 100%;
  height: 500px;
}

.uncont > .wpb_raw_code .chartdiv{
	height:540px;
}
.chartdiv,
.col-lg-6 .uncont > .wpb_raw_code .chartdiv{
  width: 100%;
  height: 500px;
}
.entry-content > *{
	max-width: 1200px!important;
}
.tooltip_style{
	text-align: center;
	padding: 0 10px 10px;
}
.tooltip_style h2{
	text-transform: uppercase!important;
	font-size: 20px!important;
}
.tooltip_style p{
	color:#0b5f2c;
	text-align: left;
}
.tooltip_style ul{
	list-style-type: none!important;
	text-align: left;
	padding: 0!important;
}
.tooltip_style ul li{
	list-style-type: none!important;
	text-transform: uppecase;
	color: #83b715;
	
}
.tooltip_style ul li span.number{ font-weight: 700; }
.tooltip_style p.download a{
	padding: .5em 1em;
	border: 1px solid #0b5f2c;
  line-height: 1em;
	border-radius: 1.5em!important;
  text-transform: uppercase!important;
  text-decoration: none;
  margin: 0;
  border-color:#0b5f2c;
  color:#0b5f2c!important;
}
.tooltip_style p.download{
  padding-right: 30px;
  position: relative;
}
.tooltip_style p.download:after{
  content:"";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 5px;
  background: url("data:image/svg+xml,%3Csvg aria-hidden='true' data-prefix='fal' data-icon='arrow-alt-to-bottom' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512' class='svg-inline--fa fa-arrow-alt-to-bottom fa-w-12 fa-3x'%3E%3Cpath fill='%230b5f2c' d='M230.9 64c8.8 0 16 7.2 16 16v144h93.9c7.1 0 10.7 8.6 5.7 13.6L203.3 381.2c-6.3 6.3-16.4 6.3-22.7 0l-143-143.6c-5-5-1.5-13.6 5.7-13.6h93.9V80c0-8.8 7.2-16 16-16h77.7m0-32h-77.7c-26.5 0-48 21.5-48 48v112H43.3c-35.5 0-53.5 43-28.3 68.2l143 143.6c18.8 18.8 49.2 18.8 68 0l143.1-143.5c25.1-25.1 7.3-68.2-28.3-68.2h-61.9V80c0-26.5-21.6-48-48-48zM384 468v-8c0-6.6-5.4-12-12-12H12c-6.6 0-12 5.4-12 12v8c0 6.6 5.4 12 12 12h360c6.6 0 12-5.4 12-12z'/%3E%3C/svg%3E%0A") center no-repeat;
  background-size: contain;
}