.terminal_window_outer {
  /*font-family: OCR A Std, monospace;*/
  font-family: "Courier New", monospace;
  font-size: 14px;
  font-weight: bold;
  font-stretch: ultra-condensed;

  line-height: 10px;

  color: rgb(0,175,0);
  text-shadow: 0px 0px 6px rgb(0,200,0);
}

.terminal_window_header {
  background-color: rgba(0, 0, 0, 0.7);
  margin-bottom: 0px;
  border: white 3px ridge;
  border-radius: 5px;
  padding: 5px;
  width: 40%; /* 30% com a width de #central_container em 60%*/
  /*color: rgb(175,175,0);
  text-shadow: 0px 0px 6px rgb(175,200,0);*/
}

.terminal_window {
  background-color: rgba(0, 0, 0, 0.7);
  line-height: 10px;

  margin-top: 0px;
  border: white 3px ridge;
  border-radius: 5px;
}

.terminal_window_inner_content {
  padding: 10px;
}