#edit-actions-wizard-next {
  float: right;
}
#edit-actions {
  float: left;
  clear: both;
  width: 100%;
  padding: 16px;
}
@media (max-width: 675px) {
  #edit-learners-permit-upload-remove-button,
  #edit-actions-wizard-next,
  #edit-actions-wizard-prev,
  #edit-actions-submit {
    font-size: 12px;
    line-height: 24px;
    padding: 8px 20px;
  }
}

@media (max-width: 520px) {
  #edit-actions-wizard-next {
    padding: 16px 16px;
    position: relative;
    width: 48px;
    height: 48px;
    text-indent: -9999px;
    white-space: nowrap;
    display: inline-block;
    overflow: hidden;
  }
  #edit-actions-wizard-prev {
    padding: 16px 16px;
    position: relative;
    width: 48px;
    height: 48px;
    text-indent: -9999px;
    white-space: nowrap;
    display: inline-block;
    overflow: hidden;
  }
  #edit-actions-submit {
    padding: 16px 16px;
    position: relative;
    width: 48px;
    height: 48px;
    text-indent: -9999px;
    white-space: nowrap;
    display: inline-block;
    overflow: hidden;
  }
  #edit-actions-wizard-next::after {
    text-indent: 0;
    content: "\00BB";
    position: absolute;
    top: 3px;
    left: 2px;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 1;
    font-size: 36px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
  }
  #edit-actions-wizard-prev::after {
    text-indent: 0;
    content: "\00AB";
    position: absolute;
    top: 3px;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 1;
    font-size: 36px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
  }
  #edit-actions-submit::after {
    text-indent: 0;
    content: "\00BB";
    position: absolute;
    top: 3px;
    left: 2px;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 1;
    font-size: 36px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
  }
}