.temando-popup {

  background-color: #ffffff;
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
  overflow-y: hidden;
  overflow-x: hidden;
  height: 100%;
  min-width: 100% !important;

  .page-wrapper {

    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    min-height: 100%;
    position: relative;
    transition: margin 0.3s ease-out 0s;

    .page-main {
      box-sizing: border-box;
      margin-left: auto;
      margin-right: auto;
      max-width: 1280px;
      padding-left: 20px;
      padding-right: 20px;
      width: 100%;
      -webkit-flex-grow: 1;
      flex-grow: 1;
      -webkit-flex-shrink: 0;
      flex-shrink: 0;
      -webkit-flex-basis: auto;
      flex-basis: auto;
    }

    .page-title {
      color: #41362f;
      font-size: 2.8rem;
      margin-bottom: 15px;
    }

    a, .alink {
      color: #006bb4;
      text-decoration: none;
    }

    .page-main > .page-title-wrapper .page-title {
      display: inline-block;
    }

    h1 {
      font-weight: 300;
      line-height: 1.1;
      font-size: 2.6rem;
      margin-top: 0rem;
      margin-bottom: 2rem;
    }

    .columns {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      box-sizing: border-box;
    }

    .columns .column.main {
      padding-bottom: 40px;
      -webkit-flex-basis: 100%;
      flex-basis: 100%;
      -webkit-flex-grow: 1;
      flex-grow: 1;
      -ms-flex-order: 1;
      -webkit-order: 1;
      order: 1;
      width: 100%;
    }

    table {
      width: 100%;
      border-collapse: collapse;
      border-spacing: 0;
      max-width: 100%;
    }

    table > caption {
      border: 0;
      clip: rect(0, 0, 0, 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px;
    }

    .table > tbody > tr > th,
    .table > tbody > tr > td {
      border-top: 1px solid #cccccc;
    }

    table > thead > tr > th,
    table > tbody > tr > th,
    table > tfoot > tr > th,
    table > thead > tr > td,
    table > tbody > tr > td,
    table > tfoot > tr > td {
      padding: 11px 10px;
    }

    table > tbody > tr > th,
    table > tfoot > tr > th,
    table > tbody > tr > td,
    table > tfoot > tr > td {
      vertical-align: top;
    }
    table th {
      text-align: left;
    }

    .table > tbody > tr > th,
    .table > tbody > tr > td {
      border-top: 1px solid #cccccc;
    }

    button:not(.primary) {
      box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
    }

    button,
    a.action.primary {
      border-radius: 3px;
    }

    button {
      background-image: none;
      background: #eeeeee;
      border: 1px solid #cccccc;
      color: #333333;
      cursor: pointer;
      display: inline-block;
      font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
      font-weight: 600;
      margin: 0;
      padding: 7px 15px;
      font-size: 1.4rem;
      line-height: 1.6rem;
      box-sizing: border-box;
      vertical-align: middle;
    }

    .copyright {
      background-color: #6e716e;
      color: #ffffff;
      display: block;
      padding: 10px;
      text-align: center;
    }

    small,
    .small {
      font-size: 12px;
    }

  }
}
