@charset 'utf-8';

body {
  background: #363f48;
  font-family: sans-serif;
  font-size: 12pt;
  font-weight: 300;
  line-height: 1.75em;
  color: #ffffff;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

a {
  text-decoration: none;
  outline: none;
  pointer-events: auto;
}

main {
  width: 70vw;
  box-sizing: border-box;
  padding: 12vh 40px 12vh 140px;
  position: relative;
}

main::before, main::after {
  content: '';
  display: block;
  width: 100%;
  height: 14vh;
  position: fixed;
  left: 0;
}

main::before {
  top: 0;
  background: url('../images/fade-to-top.svg') 0 0/auto 100%;
  pointer-events: none;
}

main::after {
  bottom: 0;
  background: url('../images/fade-to-bottom.svg') 0 0/auto 100%;
  pointer-events: none;
}

h1 {
  font-size: 15pt;
  margin-top: 10px;
  margin-bottom: 40px;
  text-align: justify;
}

dl {
  display: block;
}

dt {
    width : 100px;
    float: left;
    clear :both;
    margin-bottom: 20px;
}

dd {
  width : 300px;
  float:left;
  -webkit-margin-start: 40px;
  margin-left: 65px;
  margin-bottom: 20px;
}