/* Make the whole thing smaller with 
transform: scale(70%) */
#console-log-div {
  min-height: 55px;
  width: calc(100% - 20px);
  margin: 10px;
  padding: 5px 0 0 0;
  font-family: "Input Mono", monospace;
  font-weight: 400;
  font-size: 0.8em;
  line-height: 1.4em;
  color: rgba(0, 0, 0, 0.61);
  border-radius: 2px;
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
  background-color: #EBEBEB;
}
#console-log-div #legend, #console-log-div .log-row, #console-log-div td {
  padding: 10px 0 8px 0;
  text-indent: 10px;
}
#console-log-div #legend {
  padding-bottom: 12px;
  font-size: 1.2em;
}
#console-log-div .log-row:nth-child(odd) {
  background: rgba(0, 0, 0, 0.1);
}
#console-log-div thead {
  background: rgba(0, 0, 0, 0.2);
}