@import "https://fonts.googleapis.com/css?family=Roboto:300";
/* #region Responsive Mixins */
/* #region Responsive */
/* #endregion */
/* #endregion */

#affiliates {
  margin: 0 auto 2em;
  max-width: 1000px;
  padding: 0 1em;
  width: calc(100% - 2em);
}

#affiliates > h1, #affiliates h2 {
  text-align: center;
}

#affiliates > p {
  text-align: center;
}

#affiliates .form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

#affiliates .form > .field {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin-bottom: .5em;
  width: 100%;
}

@media (min-width: 1024px) {
  #affiliates .form > .field {
    width: 45%;
  }
}

#affiliates .form > .field input {
  height: 1.5em;
}

#affiliates .form > .field .tooltip {
  background: url("https://www.stardock.com/images/question_button.png");
  display: inline-block;
  height: 18px;
  width: 17px;
}

#affiliates .agreement {
  border: 1px solid #666;
  margin: 1em 0;
  max-height: 200px;
  overflow-y: scroll;
  padding: 1em;
  text-align: left;
  width: 100%;
}

#affiliates input[type='submit'] {
  display: block;
  font-size: 1.5em;
  margin: 0 auto;
}

#affiliates div.filters {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

#affiliates div.filters > input, #affiliates div.filters > select {
  font-size: 1em;
  margin: 0 0 0 1em;
}

#affiliates table.orders {
  margin-top: 1em;
  width: 100%;
}

#affiliates table.orders td {
  text-align: center;
}

#affiliates table.orders thead th:first-of-type, #affiliates table.orders tbody td:first-of-type {
  text-align: left;
}

#affiliates table.orders tfoot td {
  padding-top: 1em;
  font-weight: bold;
  text-align: right;
}

#affiliates .taxes {
  border: 1px solid #000;
  margin: 1em;
  padding: 1em;
}
