
@media screen and (max-width: 825px) {

  .my-account-buttons {
    width: 230px;
  }

  .my-account-buttons__button {
    font-size: 1.8em;
    border-radius: 20px;
    width: 230px;
    padding: 0.5em;
  }

  .my-account-buttons__reps {
    margin: 1em 0;
  }

}

@media screen and (max-width: 500px) {

    .representation-item__buttons .btn-jdi .glyphicons {
        display: none;
    }

}

@media screen and (max-width: 360px) {

    .representation-item__buttons .btn-jdi {
        padding: 0.375rem 0.4rem;
        font-size: 0.9rem;
    }

}

@media screen and (max-width: 240px) {
  .my-account-buttons {
    width: 90%;
    margin: 0 auto;
  }
}
