.messagebox_text > *:first-child {
  margin-top: 0;
}
.messagebox_text > *:last-child {
  margin-bottom: 0;
}

.wpb_wrapper .button {
  width: 100%;
}

.wpb_wrapper .button {
  display: block;
  padding: 20px 10px;
  margin-bottom: 0;
  margin-top: 0;
  color: white;
  font-size: inherit;
  line-height: inherit;
  text-align: center;
  text-shadow: inherit;
  vertical-align: none;
  cursor: pointer;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.wpb_wrapper .button:hover {
  color: white;
  background-image: inherit;
}
.wpb_wrapper .button:active {
  box-shadow: none;
}

span.wpb_button {
  display: block;
  padding: 0;
  box-shadow: none;
  background: transparent;
  margin-bottom: 0;
  margin-top: 0;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  text-align: center;
  text-shadow: inherit;
  vertical-align: none;
  cursor: pointer;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
span.wpb_button:hover {
  box-shadow: none;
  background: transparent;
  color: white;
}
span.wpb_button:active {
  color: white;
  box-shadow: none;
  background: transparent;
}