#level-code-container {
  display: inline flex;
  align-items: center;
}

#level-code-container span {
  margin-right: 5px;
}

#level-code {
  font-size: 2em;
  font-weight: bold;
}

span.badge.badge-deleted {
  background-color: #aa0000;
}

span.badge.badge-cleared {
  background-color: #00aa00;
}

span.badge.badge-unprocessed {
  background-color: #aa6600;
}

#level-overview {
  margin-top: 1em;
  display: flex;
  flex-direction: row;
  margin-bottom: 1em;
}

#level-title {
  margin-top: 0;
}

#level-overview div {
  min-width: 20vw;
  max-width: 50vw;
}

#level-details td {
  text-align: center;
}

#uploader-info {
  margin-left: 1em;
}

img.cached-image {
    background-color: #888;
}

img.night-theme {
  background-color: #004;
}
