.pricelist tr td .btn {
	border: 1px solid #FFAC03;
  border-radius: 28px;
  background-color: #FFAC03;
  width: 7.5rem;
  height: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 6px 0 rgba(0,0,0,0.2), 0px 6px 0 #FFAC03;
  font-weight: bold;
  font-size: 1.35rem;
  color: #fff;
}
.pricelist tr td .btn:hover {
	background-color: #FFAC03;
	box-shadow: 0px 3px 0 rgba(0,0,0,0.2),
	0px 3px 0 #FFAC03;
    margin-top: 3px;
    margin-bottom: -3px;
}
.pricelist tr td .btn:active {
	box-shadow: 0px 0px 0px;
  margin-top: 6px;
  margin-bottom: -6px;
}

@media (max-width: 370px) {
  .pricelist tr td .btn {
    font-size: 1.25rem;
    width: 7rem;
    height: 6rem;
    bottom: 23px;
  }
}
