.terminatorResults {
  margin: 15px;
  margin-top: 12px;
  margin-bottom: 0px;
  padding-top: 5px;
  border-top: 1px solid #333;
}

.terminatorResults p {
  font-size: 13px !important;
  text-align: left;
  font-size: 1.25em;
  font-family: monospace;
  white-space: normal;
  overflow: visible;
  word-wrap: break-word;
  padding-bottom: 6px;

  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.terminatorResults span {
  color: #fff;
  font-weight: bold;

  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.terminatorResults .testLine {
  color: #333;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.terminatorBlock {
  float: left;
  width: 49%;
  /* height: 1000px; */
  margin: 5px;
  margin-top: 1% !important; /* override inline margins so both start on the same vertical level */
}

.terminatorUnitBlock {
  width: 100%;
  height: 100%;
}

.customButton {
  background-color: #4CAF50;
  border: none;
  color: white;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 10px 2px;
  cursor: pointer;
  border-radius: 4px;
}

.customButton:hover {
  background-color: #45a049;
}

.customButton:disabled {
  background-color: grey;
  cursor: not-allowed;
}

h1, h2, h3 {
  margin-bottom: 12px !important;
}

.fakeButtons {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  border: 1px solid #000;
  position: relative;
  left: 6px;
  background-color: #ff3b47;
  border-color: #9d252b;
  display: inline-block;
}

.fakeMinimize {
  left: 11px;
  background-color: #ffc100;
  border-color: #9d802c;
}

.fakeZoom {
  left: 16px;
  background-color: #00d742;
  border-color: #049931;
}

.fakeTitle {  
  height: 10px;
  width: 200px;
  position: relative;
  left: 22px;
  color: #333;
  font-size: 14px !important;
  display: inline-block;
}

.fakeMenu {
  width: 98% !important;
  box-sizing: border-box !important;
  height: 25px !important;
  background-color: #bbb !important;
  margin: 0 auto !important;
  border-top-right-radius: 5px !important;
  border-top-left-radius: 5px !important;
}

.fakeScreen {
  background-color: #151515;
  box-sizing: border-box;
  width: 98%;
  margin: 0 auto;
  overflow-y: scroll;
  height: 900px;
  padding: 20px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.fakeScreen p {
  font-size: 13px !important;
  text-align: left;
  font-size: 1.25em;
  font-family: monospace;
  white-space: normal;
  overflow: visible;
  word-wrap: break-word;
  padding-bottom: 6px;

  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.fakeScreen span {
  color: #fff;
  font-weight: bold;

  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.fakeScreen .line1 {
  color: #9CD9F0;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.fakeScreen .cursor1 {
  -webkit-animation: blink 1s 2s 2 forwards;
  -moz-animation: blink 1s 2s 2 forwards;
  -o-animation: blink 1s 2s 2 forwards;
  animation: blink 1s 2s 2 forwards;
}

.fakeScreen .line2 {
  color: #CDEE69;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.fakeScreen .line3 {
  color: #deb5ff;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.fakeScreen .lineEvent {
  color: #CDEE69;
  font-size: 12px !important;
  font-weight: bold;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.fakeScreen .lineEventInfinity {
  color: #fff;
  font-size: 12px !important;
  font-weight: bold;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.fakeScreen .lineEventLogs {
  color: #AAA;
  font-size: 12px !important;
  font-weight: normal;
  font-style: italic;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.fakeScreen .cursor2 {
  -webkit-animation: blink 1s 5.25s 2 forwards;
  -moz-animation: blink 1s 5.25s 2 forwards;
  -o-animation: blink 1s 5.25s 2 forwards;
  animation: blink 1s 5.25s 2 forwards;
}

.fakeScreen .line3 {
  color: #E09690;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.fakeScreen .cursor3 {
  -webkit-animation: blink 1s 8.5s 2 forwards;
  -moz-animation: blink 1s 8.5s 2 forwards;
  -o-animation: blink 1s 8.5s 2 forwards;
  animation: blink 1s 8.5s 2 forwards;
}

.fakeScreen .line4 {
  color: #fff;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.fakeScreen .cursor4 {
  -webkit-animation: blink 1s 11.5s infinite;
  -moz-animation: blink 1s 8.5s infinite;
  -o-animation: blink 1s 8.5s infinite;
  animation: blink 1s 8.5s infinite;

  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

@-webkit-keyframes blink {
  0% {
      opacity: 0;
  }
  40% {
      opacity: 0;
  }
  50% {
      opacity: 1;
  }
  90% {
      opacity: 1;
  }
  100% {
      opacity: 0;
  }
}

@-moz-keyframes blink {
  0% {
      opacity: 0;
  }
  40% {
      opacity: 0;
  }
  50% {
      opacity: 1;
  }
  90% {
      opacity: 1;
  }
  100% {
      opacity: 0;
  }
}

@-o-keyframes blink {
  0% {
      opacity: 0;
  }
  40% {
      opacity: 0;
  }
  50% {
      opacity: 1;
  }
  90% {
      opacity: 1;
  }
  100% {
      opacity: 0;
  }
}

@keyframes blink {
  0% {
      opacity: 0;
  }
  40% {
      opacity: 0;
  }
  50% {
      opacity: 1;
  }
  90% {
      opacity: 1;
  }
  100% {
      opacity: 0;
  }
}

@-webkit-keyframes type {
  to {
      width: 17em;
  }
}

@-moz-keyframes type {
  to {
      width: 17em;
  }
}

@-o-keyframes type {
  to {
      width: 17em;
  }
}

@keyframes type {
  to {
      width: 17em;
  }
}
