form.prev_next_row
{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 2em;
  column-gap: 12px;
}

form.prev_next_row *
{
  margin: 0;      /* needed to negate margins from CKEditor text*/
}

form.prev_next_row div.nav_caption
{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

form.prev_next_row div.nav_caption > div:first-child
{
  font-size: 1.3em;
}

@media screen and (max-width: 500px)
{
  form.prev_next_row input
  {
    min-width: initial;
    padding: 4px 2px;
  }
}
