.button-bar button {
  padding: 8px 14px;
  background: #444;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.button-bar input[type="button"] {
  padding: 8px 14px;
  background: #444;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
