html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}

main {
  padding: 100px 140px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
  background-color: #f5f5f5;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}

textarea {
  font-family: courier, "courier new", monospace;
}

.card {
  margin-bottom: 30px;
}

table.datatable th {
  font-size: 0.8em;
}

table.datatable td {
  font-size: 0.8em;
}

/* The following from current guidescan website */

.question_style {
  font-weight: bold;
  font-size: 1.3em;
}

.answer_style {
  font-size: 1.15em;
}

.tool_style {
  font-weight: bold;
  font-size: 1.3em;
}

.toc_header_style {
  font-weight: bold;
  font-size: 1.4em;
}

.toc_style {
  font-size: 1.15em;
}