* {
  box-sizing: border-box;
}

#messageWrapper {
  position: absolute;
  padding-top: 0;
  padding-bottom: 0;
  height: 2.4rem;

  display: flex;
  align-items: center;
  justify-content: center;
}

#descrW {
  padding-top: 0;
  max-width: 44rem;
}

#termMainHeading {
  font-size: 1.4rem;
  padding-top: 0;
}

.termHeading {
  font-weight: bold;
  font-size: 1.2rem;
  padding-top: 1rem;
}

ol {
  list-style-type: decimal;
  list-style-position: outside;
}

ul {
  margin-top: 1.2rem;
  list-style-type: square;
  list-style-position: outside;
}

#descrW > div, li {
  margin-bottom: 1.2rem;
  line-height: 1.5;
}

.attrib {
  margin-top: 2rem;
  font-size: 0.9rem;
}

.howtoSeeWrapper {
  margin-top: 2rem;
  width: 100%;
  max-width: 50rem;
  display: flex;
  justify-content: flex-end;
}

img.externalIcon {
  margin-right: 0.5rem;
}
