* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

body,
html {
  height: 100%;
  padding: 0;
  margin: 0;
}

body {
  font: 14px/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body > iframe {
  visibility: hidden;
}

button {
  border-radius: 0.3125rem;
  font-size: 1rem;
}

button.active, button:active {
  border-left: 0.15em solid #B8B8B8;
  border-top: 0.15em solid #B8B8B8;
  border-right: 0.15em solid white;
  border-bottom: 0.15em solid white;
  background-color: #E0E0E0;
}

#test-agent-ui {
  margin: 2em 2em 2em 1em;
}

#test-agent-ui .hidden {
  display: none;
}

#test-agent-ui > .error {
  margin: 15px 40px;
}

#test-agent-ui > .error h1,
#test-agent-ui > .error p {
  padding: 0px;
  margin: 0px;
}

#test-agent-ui ul {
  padding: none;
  border: none;
  clear: both;
  overflow: hidden;
  margin: 4.5rem 0 0 0;
  padding: 0 0 1rem 0;

  -webkit-column-width: 350px;
     -moz-column-width: 350px;
          column-width: 350px;
  -webkit-column-fill: balance;
     -moz-column-fill: balance;
          column-fill: balance;
}

#test-agent-ui li {
  position: relative;

  list-style: none;
  padding: 0 0 0 1.5rem;
  margin: 0;

  cursor: pointer;
}

#test-agent-ui .active,
#test-agent-ui li:not(.test-agent-list-head):hover {
  color: #00d;
  text-decoration: underline;
}

#test-agent-ui .active:before {
  content: '*';
  position: absolute;
  display: block;
  left: .7rem;
  top: .2rem;
  width: 1rem;
}

#test-agent-ui .working {
  font-style: italic;
}

#test-agent-ui .working:after {
  content: '...';
}

#test-agent-ui button {
  clear: both;
  font-size: 1.4rem;
  width: 100%;
  padding: .5rem;
  height: 3rem;
  border: 1px solid #E2E2E2;
}

#test-agent-ui .test-agent-list-head {
  position: relative;

  width: 100%;
  margin: 1rem 0;

  font-weight: bolder;
  font-size: 1.2rem;
  background: #CCC;
}

#test-agent-ui .test-agent-list-head-info {
  position: absolute;
  right: .5rem;

  font-style: italic;
  font-weight: normal;
}

#test-agent-ui .test-agent-list-head:hover {
  text-decoration: none;
}

#test-agent-panel {
  position: fixed;
  top: 0;
  left: 0;
  padding: 1rem 5rem;
  background-color: rgba(250, 250, 250, 0.35);
  width: 100%;
  height: 4.5rem;
  z-index: 4;
}

#test-agent-panel .options {
  margin-top: 0.2rem;
  margin-left: -0.3rem;
}

#test-agent-panel .execute {
  margin-top: -2.5rem;
  text-align: center;
}

@media only screen and (max-width: 720px) {
  #test-agent-ui {
    margin-left: 0;
    margin-right: 0;
  }

  #test-agent-ui li {
    width: 100%;
    padding: .5rem 1rem .5rem 2rem;
    border-bottom: 1px solid #aaa;
  }

  #test-agent-ui .active:before {
    top: .8rem;
  }

  #test-agent-panel {
    height: 5.5rem;
    border-bottom: 1px solid #aaa;
  }

  #test-agent-panel .execute button {
    margin-top: 2.8rem;
  }

  #test-agent-panel .execute {
    margin-top: -4rem;
  }
}

@media only screen and (max-width: 600px) {
  #test-agent-panel {
    height: 7rem;
    padding: 1rem 1.5rem;
    border-bottom: 1px solid #aaa;
  }

  form {
    margin-top: 1.7rem;
  }

  #test-agent-ui ul {
    margin: 5.9rem 0 0;
  }
}

@media only screen and (max-width: 460px) {
  #test-agent-panel .execute {
    position: fixed;
    margin-left: 10.7rem;
  }
}

#blanket-main * {
  -moz-box-sizing: initial;
  -webkit-box-sizing: initial;
  box-sizing: initial;
}

code .comment { color: #ddd }
code .init { color: #2F6FAD }
code .string { color: #5890AD }
code .keyword { color: #8A6343 }
code .number { color: #2F6FAD }
