/** Page structure **/

body {
  width: 600px;
  margin: 50px auto 0 auto;
  text-align: center;

  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}

@media (768px >=width) {
  body {
    width: 100%;
    margin: 50px 0 0 0;
  }

  .content {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.header img {
  height: 256px;
}

.footer {
  margin-top: 20px;
}

/** Misc **/

h1 {
  font-size: 40px;
  font-weight: normal;
  line-height: 40px;
  letter-spacing: -1px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 0px;
  font-weight: normal;
  border-style: solid;
}

p {
  margin: 20px 0;
  font-size: 15px;
  line-height: 20px;
}

ul {
  margin-bottom: 10px;
  margin-left: 0;
  padding-left: 0;
}

li {
  font-size: 15px;
  line-height: 20px;
}

ul li {
  list-style-type: none;
}

.disabled {
  pointer-events: none;
  color: grey !important;
  text-decoration: line-through !important;
}

.locale-selector {
  list-style: none;
}

.locale-selector li {
  text-transform: uppercase;
  display: inline-block;
}