.actions .safe-run {
  flex: 1 1 100%;
  border: 1px solid #27312d;
  background: #111614;
  color: #fff;
}

.actions .safe-run:hover {
  background: #202925;
  filter: none;
}
