/*Added for small screen devices like iphone 5/SE*/
.mod-profile-and-investment-app__table--profile {
  float: left;
  margin-right: 5px;
  width: 49%;
}
@media only screen and (max-width: 489px) {
  .mod-profile-and-investment-app__table--profile {
    margin-right: 0px;
    width: 100%;
  }
}
.mod-profile-and-investment-app__table--invest {
  float: left;
  margin-left: 5px;
  width: 49%;
}
@media only screen and (max-width: 489px) {
  .mod-profile-and-investment-app__table--invest {
    margin-left: 0px;
    width: 100%;
    display: none;
  }
  .mod-profile-and-investment-app__table--invest tbody > tr {
    border-top: none;
  }
  [aria-expanded="true"] .mod-profile-and-investment-app__table--invest {
    display: table;
  }
}
.mod-profile-and-investment-app .mod-ui-show-more {
  display: none;
}
@media only screen and (max-width: 489px) {
  .mod-profile-and-investment-app .mod-ui-show-more {
    display: block;
  }
}
.mod-profile-and-investment-app .mod-ui-show-more__link {
  margin-top: 10px;
}
