body { 
  /* Arreglo de Bootstrap por navbar fixed-to-top */
  padding-top: 70px; 
  background-color: rgb(240, 240, 240);
}

section.main {
  margin-top: 1em;
  margin-left: 2em;
  margin-right: 2em;
}

a.navbar-brand small {
  font-size: 0.5em;
}

li.job {
  cursor: pointer;
}

span.glowing-sign {
  background: rgb(0, 0, 0);
  color: rgb(0, 0, 0);
  padding: 5px 12px 5px 12px;
  border-radius: 5px;
  font-size: 0.8em;
  animation: glow 2500ms linear infinite 0ms;
}
@keyframes glow {
  50% {
    color: rgb(255, 255, 0)
  }
}

div.log-line {
  font-size: 0.8em;
  font-family: 'Courier New', Courier, monospace;
}
div.log-line small {
  font-size: 0.75em;
  color: rgb(100, 100, 100);
  margin-right: 2em;
}
img.log {
  border: solid 1px rgb(0, 0, 0);
}

pre.scraping-stats {
  font-size: 0.8em;
}

.btn {
  white-space: nowrap;
}

.fs-0_7 {
  font-size: 0.7em;
}

pre.small-code {
  margin-bottom: 0px;

}
pre.small-code code {
  font-size: 0.7em;
  display: inline-block;
}
