#charts {
  padding: 10px 0;
}

.chart {
  display: inline-block;
  height: 151px;
  margin-bottom: 20px;
}

.reset {
  padding-left: 1em;
  font-size: smaller;
  color: #ccc;
}

.background.bar {
  fill: #ccc;
}

.foreground.bar {
  fill: steelblue;
}

.axis path,
.axis line {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges;
}

.axis text {
  font: 10px sans-serif;
}

.brush rect.extent {
  fill: steelblue;
  fill-opacity: 0.125;
}

.brush .resize path {
  fill: #eee;
  stroke: #666;
}

#hour-chart {
  width: 260px;
}

#delay-chart {
  width: 230px;
}

#distance-chart {
  width: 420px;
}

#date-chart {
  width: 920px;
}

#job-list {
  min-height: 1024px;
}

#job-list .date,
#job-list .day {
  margin-bottom: 0.4em;
}

#job-list .job {
  line-height: 1.5em;
  background: #eee;
  width: 640px;
  margin-bottom: 1px;
}

#job-list .time {
  color: #999;
}

#job-list .job div {
  display: inline-block;
  width: 100px;
}

#job-list div.distance,
#job-list div.delay {
  width: 160px;
  padding-right: 10px;
  text-align: right;
}

#job-list .early {
  color: green;
}

aside {
  position: absolute;
  left: 740px;
  font-size: smaller;
  width: 220px;
}

.stat-buttons button {
  margin-bottom: 5px;
}

.axis path,
.axis line {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges;
}

.glyphicon-refresh-animate {
  -animation: spin 2s infinite linear;
  -webkit-animation: spin2 2s infinite linear;
  font-size: 1.2em /*!important*/;
}

@-webkit-keyframes spin2 {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    transform: scale(1) rotate(0deg);
  }
  to {
    transform: scale(1) rotate(360deg);
  }
}

a {
  color: #00a99d;
}

#stats-method {
  color: #555555;
}

#stats-method-active {
  color: #dd4631;
  font-size: 18px;
}
