#block-tabs {
  width: calc(100% + 30px);
  margin-right: -15px;
  margin-left: -15px;
}

#block-tabs > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0px;
}

#block-tabs > ul li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
  list-style: none;
  padding: 0.5em 20px;
  background: whitesmoke;
  color: black;
  text-align: center;
  border-bottom: black 1px solid;
}

#block-tabs > ul li:not(:last-child) {
  border-right: black 1px solid;
}
/*# sourceMappingURL=login.css.map */