.graph-parc {
	padding: 20px;
}

.graph-parc .stacked-bars {
	margin-left: 0;
}

.graph-parc .stacked-labels {
	padding-left: 20px;
	width: calc(100% - 60px);
}

.graph-parc .title {
  	font-size: 26px;
  	font-weight: 800;
  	font-style: normal;
  	line-height: 1.31;
  	letter-spacing: normal;
  	color: #ffffff;
}

.graph-parc .update {
	opacity: 0.8;
  	font-size: 13px;
  	font-weight: 600;
  	font-style: normal;
  	line-height: normal;
  	letter-spacing: normal;
  	color: #ffffff;
  	text-transform: uppercase;
}

.graph-parc .region {
  opacity: 0.8;
  font-size: 13px;
  font-weight: 600;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  text-transform: uppercase;
}

/* Custom css for energy-stacked-barchart */
.graph-parc .item-stacked-labels .label-text {
	flex: 3;
}

.graph-parc .item-stacked-labels .label-percent {
	flex: 1;
    text-align: right;
}

.graph-parc .item-stacked-labels .label-text {
	font-size: 14px;
	font-family: 'NunitoSans';
	font-weight: 800;
}

.graph-parc .item-stacked-labels div:nth-child(2) div:nth-child(1) {
	font-size: 22px !important;
	font-family: 'NunitoSansExtraBold';
}

.graph-parc .item-stacked-labels div:nth-child(2) div:nth-child(2) {
	font-size: 12px !important;
	line-height: 27px !important;
	font-family: 'NunitoSansExtraBold';
}

.graph-parc .item-stacked-labels .label-percent {
	font-size: 18px;
	font-family: 'NunitoSans';
	font-weight: 800;
}

@media only screen and (max-width: 768px) {
	.graph-parc .stacked-labels {
		padding-left: 0;
	}

	.graph-parc .stacked-bars {
		width: 40px;
	}

	.graph-parc .label-bullet {
		height: 20px;
		width: 20px;
		min-width: 20px;
	}

	.graph-parc .item-stacked-labels .label-text,
	.graph-parc .item-stacked-labels div:nth-child(2) div:nth-child(1),
	.graph-parc .item-stacked-labels .label-percent {
		font-size: 12px !important;
		line-height: 12px !important;
	}

	.graph-parc .item-stacked-labels div:nth-child(2) div:nth-child(2) {
		font-size: 9px !important;
		line-height: 9px !important;
	}

	.graph-parc > div:first-child {
		height: 250px !important;
	}
}
