body {
  font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
}
a {
  color: #00b7ff;
}
.hide {
  display: none;
}
#editor {
  margin: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.console {
  background: #3f2337;
  background: -moz-linear-gradient(top, #3f2337 1%, #3f2337 5%, #502e46 37%, #56344c 99%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #3f2337), color-stop(5%, #3f2337), color-stop(37%, #502e46), color-stop(99%, #56344c));
  background: -webkit-linear-gradient(top, #3f2337 1%, #3f2337 5%, #502e46 37%, #56344c 99%);
  background: -o-linear-gradient(top, #3f2337 1%, #3f2337 5%, #502e46 37%, #56344c 99%);
  background: -ms-linear-gradient(top, #3f2337 1%, #3f2337 5%, #502e46 37%, #56344c 99%);
  background: linear-gradient(to bottom, #3f2337 1%, #3f2337 5%, #502e46 37%, #56344c 99%);
  -webkit-box-shadow: 2px 3px 2px 0 rgba(0,0,0,0.8);
  box-shadow: 2px 3px 2px 0 rgba(0,0,0,0.8);
  height: 200px;
  color: #e7e7e9;
  line-height: 19px;
}
.console input {
  background: none repeat scroll 0 0 transparent;
  border: 0 none;
  margin: 0;
  padding: 0;
  max-width: 300px;
  color: #e7e7e9;
  line-height: 19px;
  font-size: 100%;
  display: inline;
}
.console .terminal {
  background-color: transparent;
  font-size: 16px;
}
.browser {
  padding: 0;
}
.browser .browser-nav-bar {
  background: #ccc;
  height: 30px;
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.browser .browser-nav-bar li {
  float: left;
}
.browser .browser-nav-bar li input.browser-url {
  margin-top: 4px;
  width: 300px;
}
#salida {
  padding: 2px 5px;
}
#salida .res {
  font-weight: bold;
  text-decoration: underline;
}
.success {
  background: #64c364;
  border: 1px solid #ccc;
}
.failure {
  background: #ff6347;
  border: 1px solid #ccc;
}
