/*
  privacy.css
*/

.container {
  max-width: 48em;
  margin: 0 auto;
  padding: 2em 1.5em 4em;
}

section#privacy {
  text-align: left;
}

#privacy h1 {
  margin-top:.5em;
  text-transform:uppercase;
  text-align: center;
}

#privacy h2 {
  font-size: 1.75rem;
  line-height: 1.2;
  text-transform: none;
  margin-top:1.25em;
  margin-bottom: .5em;
  text-align:left;
}

#privacy h3 {
  font-size: 1.375rem;
  font-weight: 400;
  letter-spacing: .02em;
  line-height: 1.2;
  text-transform: uppercase;
  margin-top:1.25em;
  margin-bottom: .5em;
  text-align:left;
}

#privacy ul {
  list-style-type: disc;
  margin-left: 2rem;
  margin-bottom: 1em;
  text-align: left;
}

#privacy li {
  margin: 0 0 .5em;
  line-height: 1.5em;
}

#privacy table {
  margin: 2em auto 3em;
}

#privacy table td {
  border:1px solid #fff;
}

#privacy tr td:first-of-type {
  width: 20%;
  padding: .5em;
  border: 1px solid #fff;
}

#privacy tr td:nth-of-type(2) {
  width: 30%;
  padding: .5em;
  border: 1px solid #fff;
}

#privacy a.back {
  font-weight: 700;
  text-transform:uppercase;
  display:block;
}