html {
  width: 100%;
}

body {
  margin: 0px;
  width: 100%;
  color: black;
  font-family: Raleway, sans-serif;
  font-size: 20px;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  color: #44586f;
  text-align: center;
}

h2 {
  font-size: 1.8em;
  margin-bottom: 0.2em;
  margin-top: 1.5em;
}

ol,
ul {
  margin-left: 10%;
}

a {
  color: #44586f;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  color: #718aa8;
}

p {
  width: 80%;
  margin-left: 10%;
}

.container {
  padding: 10px;
}

.content {
  position: relative;
  width: calc(100% - 20px);
  padding: 10px;
  background: white;
  max-width: 800px;
  margin: auto;
  margin-top: 5px;
  /* border: 1px solid #bbb; */
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

#nav .thistle_separator {
  position: relative;
  height: 25%;
  margin-bottom: 3px;
}

#nav .thistle_separator img {
  height: 50px;
  display: block;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.separator {
  height: 2px;
  background: #ddd;
  border: none;
  width: 90%;
  margin-top: 0;
}

.header {
  text-align: center;
  font-size: 1.5em;
  margin-top: 1em;
  margin-bottom: 0.5em;
  color: #44586f;
}

.centred {
  text-align: center;
}

.page_links {
  width: 90%;
  margin-left: 5%;
  margin-top: 0;
  padding: 0;
  font-size: 0.7em;
  text-align: justify;
}

.page_links:after {
  content: "";
  width: 100%;
  display: inline-block;
}

.page_links li {
  display: inline-block;
  list-style-type: none;
}

a.active {
  text-decoration: underline;
  color: #718aa8;
}

.correction {
  text-decoration: line-through;
}
