#powerTip {
	width: 300px;
	white-space: initial !important;
}

.dashboard-section .select-wrapper select {
	padding: 8px 25px 8px 15px;
	font-size: 17px;
	border: none;
	border-radius: 10px;
	background-color: #EBEBEB;
}

.dashboard-section .category {
	display: inline-block;
	border-radius: 15px;
	padding: 7px 24px;
	font-size: 26px;
	font-weight: 600;
	background-color: #003E4A;
	color: #fff;
	margin: 40px 0;
	font-family: 'Raleway', sans-serif;
}

.dashboard-section .items {
}

.dashboard-section .item {
	padding: 20px 0;
	border-top: 1px solid rgba(0, 0, 0, 0.3);
}

.dashboard-section .item:last-child {
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.dashboard-section .item .title {
	margin-bottom: 15px;
}

.dashboard-section .item .title > div {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 10px;
	font-family: 'Raleway', sans-serif;
}

.dashboard-section .item .title > div:nth-child(1) {
	font-size: 21px;
	font-weight: 600;
	margin-right: 10px;
}

.dashboard-section .item .title > div:nth-child(2) {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	background-color: #003E4A;
	padding: 5px 10px;
	border-radius: 12px;
}

.dashboard-section .row {
	display: flex;
}

.dashboard-section .row .col:not(:last-child) {
	margin-right: 40px;
}

.dashboard-section .row .col-region {
	width: 37%;
}

.dashboard-section .row .col-value {
	width: 250px;
	text-align: center;
}

.dashboard-section .row .col-compare {
	width: 35%;
}

.dashboard-section .item .heading {
	font-size: 14px;
	margin-bottom: 15px;
	opacity: 0.6;
}

.dashboard-section .item .value {
	font-size: 32px;
	margin-bottom: 5px;
	line-height: 1;
}

.dashboard-section .item .under-value {
	font-size: 11px;
	opacity: 0.8;
}

.select-region-text {
	font-size: 18px;
}

.dashboard-section .compare-item {
	display: inline-block;
	text-align: center;
	margin-bottom: 10px;
	vertical-align: top;
}

.dashboard-section .compare-item:not(:last-child) {
	margin-right: 30px;
}

.dashboard-section .compare-item-img {
	display: inline-block;
	width: 42px;
	height: 42px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.dashboard-section .compare-item-text {
	font-size: 14px;
}

.dashboard-section .compare-item-text-line2 {
	font-size: 11px;
}

.dashboard-section .legend {
	display: flex;
	align-items: center;
	margin-top: 55px;
	margin-bottom: 10px;
	flex-wrap: wrap;
}

.dashboard-section .legend .legend-item {
	display: flex;
	align-items: center;
	margin-right: 35px;
	margin-bottom: 10px;
}

.dashboard-section .legend .legend-item .legend-img {
  width: 44px;
  height: 44px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
}

.dashboard-section .legend .legend-item .legend-text {
	font-size: 14px;
}

@media screen and (max-width: 1050px) {
	.dashboard-section .row {
		display: block;
		text-align: center;
	}

	.dashboard-section .row .col {
		margin-right: 0;
		width: 100%;
	}

	.dashboard-section .row .col:not(:last-child) {
		margin-bottom: 40px;
	}

	.dashboard-section .category {
		display: block;
		font-size: 22px;
		padding: 7px 20px;
		text-align: center;
	}

	.dashboard-section .item .title {
		text-align: center;
	}

	.dashboard-section .compare-item {
		margin: 10px 20px;
	}



	.dashboard-section .item .title > div:nth-child(1) {
		font-size: 18px;
	}

	.dashboard-section .item .title > div:nth-child(2) {
		font-size: 14px;
	}

	.dashboard-section .legend {
		margin-top: 45px;
		margin-bottom: 0;
	}
}