.dialog-profile-details {
  display: flex;
  flex-flow: column;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: white;
  overflow-x: visible;
}

.dialog-profile-details-non-button-area {
  width: 100%;
  flex: 1;
  display: flex;
  flex-flow: column;
  text-align: left;
  margin-left: 2px;
  margin-right: 2px;
  overflow-x: visible;
  overflow-y: auto;
}

.dialog-profile-details-edit-field {
  border: 1px solid #000;
  border-radius: 4px;
}

.dialog-profile-details-message {
  width: 100%;
}

.dialog-profile-details-data {
  width: 100%;
}

.dialog-profile-details-result {
  margin: 10px;
  min-height: 40px;
}
.dialog-profile-col1 {
  width: 30%;
  text-align: right;
}

.dialog-profile-col2 {
  width: 60%;
  text-align: left;
}
