html {
  background: #eaeaea;
}

body {
  max-width: 1000px;
  margin: auto;
  background: white;
  padding: 38px 20px;
  min-height: 100vh;
  box-sizing: border-box;
}

header, footer {
  color: white;
  font-family: sans-serif;
}

header {
  padding: 23px;
  margin: -38px -20px 13px -20px;
  background: #154da4;
  font-size: 25px;
}

footer {
  padding: 10px 19px;
  background: #171717;
  font-size: 16px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  /* max-width: 1000px; */
  max-width: 100%;
  margin: auto;
  box-sizing: border-box;
  border-top: 3px white solid;
  display: flex;
  gap: 14px;
  flex-direction: row;
}

footer a {
  color: white;
  padding: 4px;
}

footer a:hover {
  color: #171717;
}

footer .powered-by {
  flex-grow: 1;
  text-align: right;
}

pre {
  background: #373737;
  color: #d2ff00;
  padding: 8px;
  overflow: auto;
}

h1, h2, h3 {
  font-family: sans-serif;
  color: #154da4;
}

a:hover {
    background: #fcffa0;
}


table {
  border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;
    font-family: sans-serif;
    min-width: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    width: 100%;
}

table thead tr {
    background-color: #556a8b;
    color: #ffffff;
    text-align: left;
}

table th,
table td {
    padding: 12px 15px;
}

table tbody tr {
    border-bottom: 1px solid #556a8b;
}

table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

table tbody tr:last-of-type {
    border-bottom: 2px solid #556a8b;
}

a.endpoint {
  font-family: monospace;
  font-size: 17px;
  background: black;
  color: white;
  font-weight: 600;
  padding: 8px 15px;
}

a.endpoint:hover {
  color: #b8d1ff;
}

.data-entity-page p {
  line-height: 1.6em;
}

.data-entity-page .entity-header {
  display: flex;
}

.data-entity-page .notice {
  padding: 8px 10px;
  font-size: 17px;
  border-left: 2px solid red;
  background: #fdeded;
  color: black;
}

.data-entity-page .record-uri {
  font-weight: 600;
  font-family: monospace;
  padding: 7px;
  background: #efefff;
  color: #2e00c4;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  margin: 19px 10px 19px auto;
  align-items: center;
}
