.Order_on_whatsapp_postbox_container {
min-width:400px;
max-width:600px;
padding: 0 20px 0 0;
}




.btn-blue {
  background-color: #a0ce4e;
  border-radius: 12px;
  border: 1px transparent solid; /* transparent border */
  color: #ffffff;
  padding: 8px 25px; /* remove 2px as we are now using the border */
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  opacity: 1;
  cursor: pointer;
  text-transform: uppercase;
  margin-left: 1px;
    font-weight: bold;
}

.btn-blue:hover
{
  opacity: 1;
  background-color: #00EEE0;
  border: 1px #99ccff solid;
}

.btn-blue:active
{
  background-color: #00CCC0;
  border: 1px #000000 solid;
}
