html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1;
  background-color: #f9f4f0; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  position: relative; }

.cf:before, .cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.cf:after {
  clear: both; }

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
  *zoom: 1; }

.queue-container {
  padding-left: 10px; }

.run-loop-queue {
  width: 90px;
  border: 1px solid grey;
  border-radius: 1px;
  box-shadow: 0px 0px 5px grey;
  transition: all 0.4s;
  display: inline-block;
  margin: 0 5px 10px 0px;
  vertical-align: top;
  min-height: 34px; }

.run-loop-queue.active {
  box-shadow: 0px 0px 7px #f25d45;
  border-color: #f25d45;
  width: 120px; }

.run-loop-queue ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.run-loop-queue.active h3 {
  background-color: #f25d45; }

.run-loop-queue h3 {
  padding: 2px 2px;
  margin: 0;
  font-size: 12px;
  background-color: #b1b1b1;
  color: #faf2ee;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.4);
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: bold; }

.run-loop-queue li {
  padding: 1px 2px;
  border-top: 1px solid #eeefee;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: Consolas, monaco, monospace;
  font-size: 10px;
  max-height: 33px; }

.logs {
  border: 1px solid grey;
  margin-bottom: 10px;
  min-height: 36px;
  float: left;
  height: 234px;
  overflow: hidden;
  width: 50%; }

.logs h3 {
  background-color: #ececec;
  color: black;
  text-shadow: 0px 1px 0px white;
  margin: 0;
  padding: 3px 2px;
  font-size: 12px;
  font-weight: bold; }

.logs ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: scroll;
  height: 214px; }

.logs li {
  padding: 2px 2px;
  border-top: 1px solid #eeefee;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: Consolas, monaco, monospace;
  font-size: 12px;
  color: blue; }

.code {
  float: left;
  border: 1px solid grey;
  height: 234px;
  width: 50%;
  overflow: hidden;
  border-right: 0px; }

.code h3 {
  background-color: #ececec;
  color: black;
  text-shadow: 0px 1px 0px white;
  margin: 0;
  padding: 3px 2px;
  font-size: 12px;
  font-weight: bold; }

.code textarea {
  font-size: 11px;
  font-family: Consolas, monaco, monospace;
  height: 214px;
  width: 100%;
  padding: 5px;
  background-color: #272822;
  color: #a4a4a4;
  box-sizing: border-box;
  border: 0; }

.button-bar {
  position: absolute;
  right: 10px;
  top: 5px; }

h1.title {
  color: #e1563f;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 20px;
  padding: 10px 0 0 10px; }

.bottom {
  position: fixed;
  bottom: 10px;
  width: 100%;
  padding: 0 10px;
  height: 234px;
  overflow: hidden; }
