$gray: #777777;
$lightgreen: rgba(101, 224, 126, 0.5);

.hours {
  color: $gray;
  display: flex;
  font-size: 12px;
  height: 28px;
  line-height: 28px;
  .stage {
    width: 144px;
    text-align: center;
    border-left: 1px solid $lightgreen;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    &:first-child {
      border-left: none;
    }
  }
}
.hour {
  width: 24px;
  text-align: center;
}
.hourLeftBorder {
  border-left: 1px solid $lightgreen;
}
.subsection {
  .stage {
    border-top: none;
  }
}
