div.jasmine_html-reporter {
  position: relative;
  margin: 0;
  margin-top: -190px; }

body,
html {
  margin: 0;
  font-family: monospace;
  font-size: 15px; }

body,
html,
.container,
.code {
  height: 100%;
  width: 100%; }

button.small {
  vertical-align: top;
  height: 30px;
  line-height: 27px;
  background: forestgreen;
  border: 1px solid black;
  color: white;
  font-size: 11px;
  font-weight: bold;
  outline: none;
  margin: 0;
  padding: 0 5.6px; }
  button.small:hover {
    background: green;
    cursor: hand;
    cursor: pointer; }

.code {
  width: 35%;
  border: 1px solid;
  line-height: 20px;
  white-space: pre;
  height: calc(100% - 40px);
  max-height: calc(100% - 40px);
  overflow: auto; }

.code,
.right {
  margin-top: 20px;
  margin-left: 20px;
  display: inline-block;
  vertical-align: top; }

.code .active {
  background: deepskyblue;
  display: inline-block;
  width: calc(100% - 1px); }

.github-logo,
.help {
  float: right;
  margin-left: 20px; }

.help.active {
  background: darkgreen; }

.help-content {
  display: none; }

.right {
  width: calc(65% - 80px); }

.github-logo {
  background: url("../img/GitHub-Mark-32px.png") no-repeat;
  width: 32px;
  height: 32px;
  display: block; }

.next {
  height: 40px;
  line-height: 36px;
  background: forestgreen;
  border: 1px solid black;
  color: white;
  font-size: 16px;
  font-weight: bold;
  outline: none;
  margin: 0;
  padding: 0 16px;
  margin-right: 20px; }
  .next:hover {
    background: green;
    cursor: hand;
    cursor: pointer; }

table {
  border-collapse: collapse; }

table tr:nth-child(even) {
  background: aliceblue; }

table tr:nth-child(odd) {
  background: lightskyblue; }

table th {
  text-align: right;
  background: deepskyblue; }

table th.reg-header {
  text-align: left;
  position: relative; }

table tr.parent th::after {
  content: "+";
  background: forestgreen;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  display: block;
  text-align: center;
  position: absolute;
  right: 0;
  top: 3px;
  font-weight: bold;
  color: white;
  font-size: 13px;
  line-height: 15px; }

table.registers tr:not(.parent):not(.top-header) {
  display: none; }

table tr.open.parent .reg-header::after {
  content: "-"; }

table tr.parent {
  border-top: 2px solid dodgerblue; }

table tr.parent .reg-header:hover {
  cursor: hand;
  cursor: pointer; }

table th,
table td {
  padding: 2px 8px; }

table td {
  text-align: right; }

table tr.reg8h th + td + td + td {
  padding-right: 26px; }

table tr.reg8h th + td + td + td + td {
  padding-right: 89px; }

table td:nth-child(n) {
  border-left: 2px solid deepskyblue; }

table th:nth-child(1) {
  width: 40px; }

table th:nth-child(2) {
  width: 110px; }

table th:nth-child(3) {
  width: 110px; }

table th:nth-child(4) {
  width: 90px; }

table th:nth-child(5) {
  width: 320px; }
