

#footer .inner .cyan {
	color: #47a9b8;
}

.product-image {
	display: flex;
	justify-content: center;
	margin: 4rem 2rem;
	width: 100%"
}

.table-caption {
	margin: 2rem;
	color:burlywood;
    font-style: italic;
}

.greenyellow {
	color:greenyellow;
}

table thead tr th {
	color:burlywood;
}

.p-height {
	height: 6rem;
}

.mybutton {
	fill: transparent;
	cursor: pointer;
  }
  
  .mybutton:hover {
	fill: rgba(255, 255, 255, 0.2);
  }
  
  .honeypot-field {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 0;
	width: 0;
	z-index: -1;
}