body.suggest-edit nav.edit-type a.current, body.suggest-edit nav.edit-type a {
  background-color: #fff;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
}

body.suggest-edit nav.edit-type a {
  background-color: #e1e1e1;
}

body.suggest-edit nav.edit-type {
  display: flex;
  width: 100%;
  align-items: stretch;
  border-bottom: 1px solid #c2c2c2;
}
body.suggest-edit nav.edit-type a {
  flex-basis: 50%;
  text-align: center;
  line-height: 2em;
}
body.suggest-edit nav.edit-type a:first-of-type {
  border-right: 1px solid #c2c2c2;
}
@media screen and (min-width: 801px) {
  body.suggest-edit .body main {
    width: 60%;
    margin: 0 auto;
  }
  body.suggest-edit form button {
    width: auto;
    padding: 0.5em 1em;
    margin: 0 auto;
  }
}

/*# sourceMappingURL=suggest-edit.css.map */