.say2eat-notice {
  border: 1px solid #4F800D;
  padding: 5px;
  margin: 16px 0;
  background: #83af24;
  background-image: -webkit-gradient(
    linear,
    0% 0,
    80% 100%,
    from(#83af24),
    to(#4f800d)
  );
  background-image: -moz-linear-gradient(80% 100% 120deg, #4f800d, #83af24);
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}

.say2eat-notice-button {
  border: 5px solid #def1b8;
  background: #029dd6;
  background-image: -webkit-gradient(
    linear,
    0% 0,
    0% 100%,
    from(#029dd6),
    to(#0079b1)
  );
  background-image: -moz-linear-gradient(0% 100% 90deg, #0079b1, #029dd6);
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  padding: 8px 16px;
  margin: 4px 0;
  cursor: pointer;
  outline: none;
  min-height: 54px;
}

.say2eat-notice-button:hover {
  text-decoration: none;
  background: #0079b1;
  background-image: -webkit-gradient(
    linear,
    0% 0,
    0% 100%,
    from(#0079b1),
    to(#0092bf)
  );
  background-image: -moz-linear-gradient(0% 100% 90deg, #0092bf, #0079b1);
}
