#diagnostics-overlay {
  resize: vertical;
  overflow: auto;
  position:fixed;
  left:0px;
  bottom:0px;
  height:20%;
  width:100%;
  color: #090909;
  background:rgba(200, 200, 200, .90);
}

#diagnostics-btn {
  float:right;
  font-family: arial;
  display: flex;
  justify-content: center;
  align-items: center;
  border:1px solid #CCC;
  background:#DDD;
  box-shadow: 0 0 5px -1px rgba(0,0,0,0.2);
  cursor:pointer;
  width:38px;
  height:38px;
  margin-left: 1em;
}

#diagnostics-icon {
  display: flex;
  float: right;
  width:38px;
  height: 38px;
  cursor:pointer;
}

#diagnostics-icon:hover {
  background-color:#D3D3D3;
}
#diagnostics-summary {
  font-family: arial;
  display: flex;
  flex-flow: column;
  column-gap: 1em;
  margin: 1em;
  max-width: 20em;
  row-gap: 0.2em;
}

.data-row {
  display: flex;
}

.label {
  display: flex;
  flex: 2 1 auto;
}

.indented {
  display: flex;
  flex: 2 1 auto;
  margin-left: 1em;
}

.data {
  display: flex;
  flex: 1 1 auto;
  justify-content: right;
}
