.amcharts-chart-div > a {
		display: none !important;
}

.header-cell {
	color:#FFFFFF;
	background:#5B9BD5;
	border:2px solid white;
}

.header-cell-blue {
	background:#CCDFFF;
	border:4px solid white;
}

.table-cell {
	background:#F0FAFE;
	border:2px solid white;
}

.table-cell-blue {
	background:#E3EDFF;
	border:4px solid white;
}

.table-cell-green {
	background:#C6E0B4;
	border:4px solid white;
}

.text-starbucks {
	/*color: #1E3932;*/
	color: #024617;
}

.fit-image {
	width: 100%;
	height: 200px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.container-image {
  position: relative;
  max-width: 400px;
}

.container-image img {
  width: 100%;
  height: auto;
	border-radius: 10px;
}

.container-image .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 80px;
	background: red;
	color: white;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  text-align: center;
}