<!– Removed (again) per Nate, 7/18/18 –>
#pgevoke-tipform {
  margin: auto;
  max-width: 300px;
  background-color: white;
  border: 5px solid #ccc;
  border-radius: 5px;
  color: #222;
  padding: 45px 15px 15px;
  position: relative;
  font-size: 14px;
  font-family: proxima-nova, Arial, sans-serif;
}
.pgevoke-tipform-header {
  background-color: #eee;
  color: #222;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 5px;
  margin: 0 auto 10px;
}
.pgevoke-tipform-field {
  width: 100%;
  margin-bottom:10px;
}
.pgevoke-tipform-field input {
  width: 100%;
}
