body {
  background: #f7f7f7;

  text-align: justify;

  font-size: 13pt;

  color: #585858;
}

.plain-background {
  background-color: #f5f5f5;

  border-radius: 10px;

  border: solid 1px #a7a7a7;
}

.plain-element {
  padding: 15px;

  margin-bottom: 15px;
}

.body-plain {
  margin: 20px 0;
}

a.void-link:active,
a.void-link:hover,
a.void-link {
  text-decoration: none;

  color: #585858;
}

a.block-link {
  display: block;
}

ul.no-bullets {
  list-style-type: none;
}

.full-area-center {
  display: block;

  margin: auto;

  max-height: 100%;

  max-width: 100%;
}

b, strong {
    font-weight: inherit;
}

div.centred {
  display: flex;

  flex-direction: column;

  align-items: center;
}

div.cntrd {
  display: flex;

  justify-content: center;
}

.fit-text {
  margin: auto;

  margin-top: 20px;

  max-width: 1120px;
}
