/*
* Profile home page
*/
.profilelinks {list-style:none;padding-left:15px;}
.profilelinks li {margin:3px 0;}
.profilelinks li a {text-decoration:none;}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */

  .smartfundBal {
    flex-direction: column;
    align-items: center;
  }

  .smartfundBal div {
    text-align: center !important;
  }
}