.account-main__wrapper ul {
  display: inline-flex;
  justify-content: flex-start;
  width: 100%; }
  .account-main__wrapper ul li {
    padding: 9px 18px;
    min-width: 20%;
    flex-flow: row nowrap;
    text-align: center;
    background-color: #f2f6f9;
    border: #e4e8eb 1px solid; }
    .account-main__wrapper ul li a {
      color: #000;
      font-size: .8em;
      font-weight: 550;
      height: 100%;
      width: 100%; }

.account-main__link {
  cursor: pointer; }

#AccountFrame iframe {
  height: 390px !important; }

.account-address__page-title {
  text-align: center; }

.account-address__new-address-btn {
  float: right; }

.account-address__wrapper {
  display: flex;
  justify-content: center;
  flex-flow: row wrap; }
  .account-address__wrapper .account-address__address {
    flex: 1 100%;
    padding-top: 10px;
    text-align: center;
    background-color: #f2f6f9;
    border: #e4e8eb 1px solid; }
