.wizard {
  .search-results {
    max-height: 200px;
    overflow: auto;
  }

  display: table;
  width: 100%;
  min-height: 350px;

  nav.steps {
    display: table-cell;
    vertical-align: top;
    min-width: 200px;
    margin: 0;
    height: 100%;

    ul {
      padding: 0;
      margin: 0;

      li {
        list-style-type: none;
        padding: 7px;
      }

      li.active {
        font-weight: bold;
      }
    }
  }

  .current-step {
    vertical-align: top;
    padding-left: 20px;
    padding-bottom: 60px;
    padding-top: 15px;

    h1:first-child {
      margin-top: 0;
    }

    display: table-cell;
    width: 100%;

    > nav {
      position: absolute;
      bottom: 10px;
      right: 10px;
    }
  }
}
