body {
  margin: 30px auto;
  width: 70%;
  font-size: 110%;
}
header {
  text-align: right;
  border-bottom: 4px solid #4bbec8;
  position: relative;
  margin-top: 40px;
  margin-bottom: 50px;
}
header::after {
  position: relative;
  content: '';
  display: block;
  border-width: 4px 0;
  border-style: solid;
  border-color: #4bbec8;
  width: 100%;
  top: 20px;
  height: 4px;
}
.university-logo {
  display: inline-block;
  background-image: url('./university-logos/hanken-logo.svg');
  background-repeat: no-repeat;
  background-size: contain;
  width: 120px;
  height: 106px;
}
h1 {
  margin-bottom: 10px;
}
h2 {
  margin-top: 0;
  margin-bottom: 40px;
}
h3 {
  margin-top: 30px;
  margin-bottom: 0;
}
ul.accessibility-support-content > li {
  margin-bottom: 15px;
}
p {
  margin-top: 5px;
}
p.before-list {
  margin-bottom: 5px;
}
.wcag-reference {
  font-size: 80%;
}
ol > li {
  margin-bottom: 25px;
}
ol > li > ul {
  margin-top: 5px;
}
ol.reason-list {
  list-style-type: lower-alpha;
  margin-top: 5px;
}
ol.not-accessible-content-list {
  list-style-type: decimal;
  margin-top: 5px;
}
ol.not-accessible-content-list > li > ul > li {
  list-style-type: none;
  margin-bottom: 15px;
}
address {
  font-style: normal;
}
address.contact-info {
  margin-top: 5px;
}
address span {
  display: block;
  margin-bottom: 2px;
}
footer {
  text-align: right;
  margin: 30px 0 10px 0;
  color: #595959;
  border-top: 4px solid #595959;
  padding-top: 20px;
}
