.account-info .table-bordered th:last-child {
  width: 25%;
}

.badge {
  vertical-align: middle;
  background-color: #8ed2c5;
}


/* iPads (portrait and landscape) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  #btn-view {
    margin-bottom: 5px;
  }
}