* {
  font-family: "Lucida Console", "Courier New", monospace;
  color: white;
}

*::selection {
  background-color: white;
}

#terminal {
  margin: 3px;
  height: auto;
  width: 80%;
}

table {
  text-align: left;
}

tr {
  /* height: 0px; */
  transition: height 1s;
}

td {
  width: auto;
}

.commandline {
  display: table-cell;
  padding: 0px !important;
  margin: 0px !important;
  width: 60%;
  border: 0px;
  background-color: black;
  outline: none;
  color: white;
  font-size:.6vw;
}
