#block-reiter {
  width: calc(100% + 30px);
  margin-right: -15px;
  margin-left: -15px;
}
#block-reiter > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0px;
}
#block-reiter > ul li {
  /* min-width: 200px;*/
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
  padding: 0.5em 20px;
  border-bottom: black 1px solid;
  background: whitesmoke;
  color: black;
  list-style: none;
  text-align: center;
}
#block-reiter > ul li:not(:last-child) {
  border-right: black 1px solid;
}

/*# sourceMappingURL=user-edit-links.css.map */