body {
  font-family: "PT Serif", serif;
  font-size: 14pt;
  background-color: #dfeeea;
  color: #000;
}

code {
  color: #2f5d62;
}

a {
  color: #2f5d62;
}

ul.metadata-description-list a {
  color: #000088;
  text-decoration: underline;
}

p a {
  text-decoration: underline;
}

div.content-container {
  background-color: #fff;
  max-width: 1000px;
  margin: 10px auto 0 auto;
  padding-bottom: 10px;
  border-radius: 15px;
}

div#licence-container {
  width: 90%;
  margin: 0 auto;
  border: 1px black solid;
}

a#navbar-project-name {
  margin-right: 20px;
}

nav ul.navbar-nav > li.nav-item.active > a.nav-link {
  border: solid 2px white;
}

h4 {
  padding-top: 20px;
}

.tt {
  font-family: monospace;
}

.footer {
  margin-top: 20px;
  border-top: 2px #2f5d62 solid;
  font-size: 80%;
}

nav#search-results-pagination {
  padding-bottom: 10px;
}

table.dataset-details-table ul {
  list-style-type: none;
  padding-left: 0;
}

table.dataset-details-table ol {
  padding-left: 0;
  list-style-position: inside;
}

table.fit-coeff-table td {
  border-top: none;
  padding: 0 20px 0 0;
}

ul.dataset-list {
  list-style-type: none;
  padding-left: 0;
}

ul.dataset-list li {
  padding: 5px 0 5px 10px;
}

ul.dataset-list li.deprecated-dataset {
  background-color: #f8d7da;
}

ul.metadata-description-list {
  padding-left: 0px;
}

ul.metadata-description-list li {
  margin-bottom: 40px;
  padding-left: 0px;
}

.compulsory-metadata {
  background-color: #dfeeea;
}

table.fitfunction-details-table {
  table-layout: fixed;
}

table.fitfunction-details-table tbody tr td:first-child {
  width: 15%;
}

div#contact-categories ul {
  list-style: none;
}
