@font-face {
  font-family: myFirstFont;
  src: url(Lambda-vme1A.ttf);
}

h1,
button,
label,
textarea {
  font-family: myFirstFont;
}

.log_entry {
  color: white;
  font-family: "Lucida Console", "Menlo", "Monaco", "Courier", "Roboto Mono", monospace;
  white-space: pre;
  font-size: 8px;
}

.xwd_cell {
  font-family: myFirstFont;
}

.split {
  height: 95%;
  width: 50%;
  position: fixed;
  z-index: 1;
  top: 0;
  overflow-x: hidden;
  padding-top: 20px;
}

/* Control the left side */
.left {
  left: 0;
}

/* Control the right side */
.right {
  right: 0;
  background-color:  #111
}

#column-container {
  overflow-x: scroll;
  white-space: nowrap;
}

#column1 {
  margin:0;
  width:300px;
  display:inline-block;
  vertical-align: top;
}

#column2 {
  margin:0;
  display:inline-block;
  vertical-align: top;
}