*, *::before, *::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  padding: 1.25rem;
  margin: 0 auto;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
  max-width: 700px;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0.75rem;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0.75rem;
  margin-bottom: 1rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

a {
  color: #0056b3;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

.distribution, .url, .creator, .citation, .license, .publisher {
  display: inline-block;
  padding: 2px 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin: 4px 8px 4px 0;
}

.license img {
  height: 30px;
  width: auto;
  margin-bottom: -8px;
  margin-top: -3px;
  margin-left: -7px;
  margin-right: -9px;
}

.url:before, .creator:before, .citation:before, .license:before, .publisher:before {
  display: inline-block;
  border-right: 1px solid #ddd;
  padding: 0 6px 0 3px;
  margin-right: 6px;
  color: #444;
  font-weight: bold;
  font-size: 0.8rem;
}

.url:before {
  content: 'URL';
}

.creator:before {
  content: 'CREATOR';
}

.publisher:before {
  content: 'PUBLISHER';
}

.citation:before {
  content: 'CITATION';
}

.license:before {
  content: 'LICENSE';
}

.dateModified {
  display: block;
  margin: 12px 0 6px;
}