:root {
  --scale-factor: 3;
}
html {
  color: white;
  font-family: system-ui;
  background: rgb(255,0,255);
}
body {
  margin: 0;
  padding: 50px 12% 0 12%;
  background-repeat: no-repeat;
  background: rgb(255,0,255);
  background: linear-gradient(335deg, rgba(255,0,255,1) 0%, rgba(153,0,204,1) 75%) fixed;
}
img {
  display: block;
  width: 16%;
  top: 33%;
  left: 25%;
}
h1 {
  font-weight: 100;
}
li {
  font-size: 1.25em;
  font-weight: 200;
  margin: .5em;
}
.status {
  font-size: 36px;
  font-weight: bold;
  clear: both;
  height: 50px;
  border: 2px solid rgba(100, 100, 100, 0.5);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.5);
  padding: 2px 24px;
}
.status dt {
  float: left;
  color: black;
}
.status dd {
  float: right;
  text-align: right;
}
.status .inactive {
  font-style: italic;
  color: #666;
}
header {
  margin: 24px 0;
  padding: 0;
  border: 2px solid rgba(50, 50, 50, 0.75);
  border-radius: 18px;
  background-color: white;
  overflow: hidden;
}
header.summary {
  max-height: 600px;
  position: relative;
}
header.summary .controls {
  display: none;
}
header .controls {
  margin-right: 12px;
}
header .controls > * {
  padding: 0 12px;
}
header a[download] img {
  height: 28px;
  width: 36px;
  float: right;
  padding-top: 20px;
}
header .close {
  font-size: 48px;
  color: #666;
  float: right;
  display: block;
  text-decoration: none;
}
header.summary .read-more {
  display: block;
  height: 36px;
  width: 98%;
  background-color: rgba(255, 255, 255, 0.75);
  position: absolute;
  bottom: 0;
  z-index: 9;
  text-align: right;
  padding: 18px 0 0 0;
}
header .read-more a {
  background: none;
  text-decoration: none;
  font-weight: bold;
  font-size: 110%;
  color: rgb(177, 0, 177);
}
body.full {
  padding: 0;
  background: white;
}
.full header {
  width: 100%;
  margin: 0;
  border: 0;
}
.full header .read-more {
  display: none;
}
.full main {
  display: none;
}
canvas {
  width: 100%;
  margin: 0;
  padding: 0;
}
.activity-log {
  list-style-type: none;
  border: 2px solid rgba(100, 100, 100, 0.5);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.5);
  padding: 0;
  color: #333;
  font-size: 110%; 
}

.activity-log li {
  width: 100%;
  margin: 0;
  padding: 12px 0;
  border-bottom: 1px solid #ccc;
}

.activity-log li:last-child {
  border-bottom: 0;
}
.activity-log .date {
  padding-left: 24px;
  width: 200px;
  float: left;
}

.activity-log .description {
  font-weight: 400;
}

.loader {
  margin: 50px auto;
}

.summary .page {
  margin: 0 auto;
}

.full #pdf-viewer {
  margin-top: -19px;
}

.annotationLayer {
  position: absolute;
  z-index: 99;
}