    #edit-no > label {font-family: WWF,sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    text-transform: uppercase;
    font-size: 2.4rem;
    display: inline-block;
    vertical-align: top;
    line-height: 1;
    padding: 1.8rem 2.4rem 1.6rem;
    color: #333;
    background: white;
    border: 1px solid #000;
    -webkit-box-shadow: inset 0 -2px #000;
    box-shadow: inset 0 -2px #000;
    border-bottom: 1px solid #000;
    margin-bottom: 0;
    text-decoration: none;
    -webkit-transition: -webkit-box-shadow .3s;
    transition: -webkit-box-shadow .3s;
    transition: box-shadow .3s;
    transition: box-shadow .3s,-webkit-box-shadow .3s;
    width: auto;
    padding-left: 4.4rem;
    padding-right: 4.4rem;
     border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}

.wtpu-container #edit-actions {
margin-top: 0;
margin-bottom: 0;

}

.wtpu-header{margin-bottom: 0;}
#edit-no--wrapper > legend:nth-child(1) {display:block;}


.wtpu-container .webform-flex--container{
  text-align: center;
}

.wtfu-buttons{
display: inline-block;
margin-top: 2rem;
margin-bottom: 2rem;
}
.wtpu-inline{
  display: inline;
}

.wtpu-container #edit-no--wrapper{
  display: inline;
  margin: 0;
}

@media only screen and (min-width : 768px) and (max-width : 796px) {
  .wtfu-buttons{
width: 226px;
  }
}