.account_manager {
  margin-top: 23px;
}
.account_manager .information_row {
  display: flex;
  flex-direction: row;
  padding: 4px;
  font-size: 120%;
}
.account_manager .information_row .title_cell {
  width: 23%;
  font-weight: bold;
  text-align: right;
}
.account_manager .information_row .information_cell {
  padding-left: 16px;
}
.account_manager .information_row .information_cell .information_subcell {
  margin-bottom: 16px;
}
.account_manager .information_row .information_cell .information_subcell.link_cell {
  cursor: pointer;
  text-decoration: underline;
}
