a {
  cursor: pointer;
}

code {
  color: #333;
}

.panel {
  margin-top: 5px;
  margin-bottom: 5px;
  border-radius: 4px;
}

.panel-heading {
  cursor: pointer;
}

.metadata {
  font-size: 12px;
}

pre code {
  font-size: 14px;
  line-height: 105%;
}

.build-error {
  background-color: red;
  color: white;
}

.build-error a {
  color: white;
}

.build-warning {
  background-color: #ffa6af;
}

.fixed-cell {
  width: 75px;
  text-align: center;
}
