section {
  margin-bottom: 3em;
}

.link {
  padding-top: 1em;
  font-family: sans-serif;
  text-align: right;
}

.link a {
}

@media (max-width: 960px) {
  html {
    font-size: 100%;
  }

  #container {
    padding: 1.5rem;
  }
}

@media (min-width: 961px) {
  html {
    font-size: 120%;
  }

  #container {
    width: 760px;
    margin: 0 auto;
    padding: 1.5rem;
  }

  #lawful-basis-table th {
    font-size: 70%;
  }
}


/* privacy policy */

.border-table {
  border: 1px solid black;
}

.border-table th, .border-table td {
  border: 1px solid black;
  padding: 4px 12px;
}

#lawful-basis-table {
  width: 750px;
}

#lawful-basis-table td {
    text-align: center;
    vertical-align: middle;
    width: 20%;
    padding: 4px;
}

#lawful-basis-table th {
    padding: 8px 4px;
    line-height: 23px;
}

#ordered-brackets-list {
  list-style-type: none;
  counter-reset: list;
}

#ordered-brackets-list li.numbered:before {
  content: "(" counter(list) ") ";
  counter-increment: list;
}

.header-list {
  counter-reset: count;
}

.header-list h3::before {
  content: counter(count) ". ";
  counter-increment: count;
}

.align-left {
  text-align: left;
}

.overflow-container {
  overflow-x: auto;
}

.underline-text {
  text-decoration: underline;
}

.border-box {
  border: solid;
}

.small-pad-left {
  padding-left: 0.5rem;
}

.medium-margin-bottom {
  margin-bottom: 1rem;
}

.weight-normal {
  font-weight: normal;
}

.space-on-top {
  margin-top: 16px;
}
