#log p {
  margin-left: 10px;
  max-width: 30%;
}
li {
  max-width: 50%;
}
#blob {
  margin-left: 20px;
}
input[type="file"] {
  display: none;
}
[role="group"] {
  vertical-align: unset !important;
}
.whisper {
  font-size: 14px;
  padding-left: 20px;
  display: inline-block;
}
.bigtag {
  font-weight: bold;
  text-transform: uppercase;
}
.bigtag:after {
  content: ": ";
}
.credit {
  color: DimGray;
  text-align: center;
  position: relative;
  left: -8px;
  top: -15px;
}
.error {
  color: red;
}
.ready {
  font-weight: bold;
  font-size: 25px;
}
header {
  position: relative;
  left: 15px;
}
body {
  overflow-x: hidden;
}