.rhapsodeHeatmap {
	min-height: 500px;
  	/*border: 2px solid red;*/
}


.rhapsodeHeatmap {
	box-shadow: 0 20px 25px 0 inset rgba(0,0,0,0.35);	
	background-color: #e1e0da;
}

.rhapsodeHeatmap-title {
	font-size: 30px;
	line-height: 1;
	margin: 82px 0;
	color: #000;
  text-transform: uppercase;
}

	.rhapsodeHeatmap-title span {
		vertical-align: top;
		font-size: 0.5em;	
	}

	.rhapsodeHeatmap-title>div {
  		font-weight: 700;
  		font-size: 75px;
	}


.rhapsodeHeatmap-items {
  list-style: none;
  padding: 0;
  margin: 0;
}

.rhapsodeHeatmap-item {
	padding: 0 20px 0 28px;
	margin-bottom: 40px;
  background-image: url(images/checkbox-icon.png);
  background-repeat: no-repeat;
  background-position: left 6px;
  background-size: 16px auto;
  font-size: 15px;
  line-height: 25px;
}

