/* Chart */
.datapoint {
  fill: skyblue;
  stroke: black;
  stroke-width: 1px;
}

#table p {
  margin: 0;
}

/* screenshot table entry */
#table img.thumbnail {
  width: 80px;
}

/* restore button */
#table .fa-play-circle {
  font-size: 40px;
  vertical-align: top;
  padding-top: 10px;
}

/* delete button */
#table i.fa-times-circle {
  padding: 5px;
}

#table i.fa-circle {
  font-size: 24px;
}

.fa-arrow-circle-up,
.fa-arrow-circle-down,
.fa-times-circle {
  color: black;
}

#table tbody tr:first-child .fa-arrow-circle-up,
#table tbody tr:last-child .fa-arrow-circle-down {
  color: grey;
}

#graph div.content {
}

.voltage-cell {
  width: 40px;
  height: 60px;
  margin: 0 auto;
}

.voltage-bar {
  fill: #777;
  /*stroke: black;*/
  /*stroke-width: 1px;*/
}

.voltage-bar-axis {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}

.fixed_headers td:nth-child(1), .fixed_headers th:nth-child(1) { width: 34px; }
.fixed_headers td:nth-child(2), .fixed_headers th:nth-child(2) { width: 60px; }
.fixed_headers td:nth-child(3), .fixed_headers th:nth-child(3) { width: 88px; }
.fixed_headers td:nth-child(4), .fixed_headers th:nth-child(4) { width: 88px; }
.fixed_headers td:nth-child(5), .fixed_headers th:nth-child(5) { width: 88px; }
.fixed_headers td:nth-child(6), .fixed_headers th:nth-child(6) { width: 159px; }
.fixed_headers td:nth-child(7), .fixed_headers th:nth-child(7) { width: 53px; }
.fixed_headers td:nth-child(8), .fixed_headers th:nth-child(8) { width: 0px; }