#entry {
  font-family: monospace;
  font-size: 16px;
  margin-left: 2px;
  padding: 2px 0 0;
}

#entry, #input {
  margin: 5px;
  margin-right: 20px;
  padding-left: 10px;
}

#entry:nth-child(even) {
  background-color: rgba(64, 69, 82, 0.7);
}

#input {
  border-radius: 0;
  background-color: rgba(56, 60, 74, 0.7);
  color: white;
}

#window {
  background-color: rgba(56, 60, 74, 0.7);
  border: 1px solid rgba(255, 0, 0, 0.7);
  border: 0; /* Overwriting border width */
  font-size: 1.2rem;
}

#window #outer-box {
  border: 1px solid #7c8389;
}

#window #outer-box #input {
  border: none;
  color: #f2f2f2;
  font-size: 1.5rem;
}

#window #outer-box #scroll #inner-box #entry:selected {
  background-color: rgba(38, 139, 210, 0.7);
  color: #fff;
  outline: none;
}

#inner-box {
  background-color: rgba(56, 60, 74, 0.7);
}
