html,
body {
  margin: 0;
}
body,
button {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 15px;
}
#outer {
  width: 100%;
}
#container {
  width: 800px;
  max-width: 95%;
  margin: 0 auto;
}
blockquote {
  font-style: italic;
}
textarea,
textarea:focus {
  font-family: 'Source Code Pro', courier;
  font-size: 15px;
  background-color: #f0f0f0;
  outline: none !important;
  border: 1px solid #666;
  color: #000;
  width: 100%;
  padding: 4px;
}
code {
  font-family: 'Source Code Pro', courier;
  padding: 2px;
  color: #B20045;
}
a,
a:active,
a:hover {
  color: #B20045;
}
button {
  margin-left: 10px;
}
.buttons {
  text-align: center;
}
table.instructions {
  margin-top: 15px;
  margin-bottom: 15px;
}
table.instructions td:first-child {
  width: 160px;
}
.canvas {
  position: relative;
  border: 1px dashed black;
  width: 100%;
  height: 50px;
  overflow: hidden;
}
.panel {
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100%;
  content: "";
  display: table;
  clear: both;
}
.editor {
  width: 49.99%;
  float: left;
  padding-right: 15px;
}
.program {
  width: 49.99%;
  float: left;
  padding-left: 15px;
}
.program table {
  width: 100%;
}
.program th {
  text-align: left;
}
.program td,
.program th {
  border: 1px solid #666;
}
.program td:nth-child(1),
.program td:nth-child(2) {
  text-align: center;
  width: 16px;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
.robot1 {
  position: absolute;
  top: 24px;
  width: 10px;
  height: 10px;
  background-color: #B20045;
}
.robot2 {
  position: absolute;
  top: 24px;
  width: 10px;
  height: 10px;
  background-color: #00aad4;
}
.label1 {
  margin: 0 3px;
  width: 10px;
  height: 10px;
  background-color: #B20045;
}
.label2 {
  margin: 0 3px;
  width: 10px;
  height: 10px;
  background-color: #00aad4;
}
.parachute1 {
  position: absolute;
  width: 10px;
  height: 8px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #B20045;
  top: 13px;
}
.parachute2 {
  position: absolute;
  width: 10px;
  height: 8px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #00aad4;
  top: 13px;
}
.collision {
  font-size: 25px;
  font-weight: 700;
  color: #00aad4;
  display: table;
  margin: 10px auto;
}
p.credits {
  font-size: 14px;
  line-height: 150%;
  margin-top: 30px;
  text-align: center;
}
