.chContent {
  /* override the default width by 200px wider in admin results table */
  max-width: 1195px;
}

.chContent ul {
  list-style: none;
  padding-left:0;
}

.chContent h2 {
  margin-top: 5px;
}

.dataTable {
  border: 1px solid #dadada;
  border-radius: 4px;
}

.dataTable-row {
  display: flex;
  justify-content: space-between;
  align-items: left;
  padding: 6px;
  border-bottom: 1px solid #dadada;
}

/* td {
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
} */

.onClickImg {
  cursor: pointer;
}

.dataTable-row:hover {
  background-color: #efefef;
}

.data {
  width: 220px;
  flex-grow: 1; -webkit-flex-grow: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.dataHeading {
  font-weight: 800;
  color: inherit;
}

.dataHeading.dataTable-row {
  background-color: #efefef;
}

.dataName {
  text-decoration: none;
  cursor: pointer;
}

.dataName i {
  margin-right: 0.2rem;
  width: 1rem;
}

.dataInfo {
  width: 130px;
  text-align: right;
}
.pName {
  font-size: 2em;
  font-weight: 600;
}
.pTitle {
  font-size: 1.2em;
  font-weight: 600;
}
.pHeading {
  font-size: 1.1em;
  font-weight: 600;
  text-transform: uppercase;
}

.dir-photo-frame {
    padding: 3px;
    /* border: 1px solid #cecece; */
    border-width: 1px;
    border-color: #ddd #bbb #bbb #ddd;
    border-style: solid;
    margin-bottom: 20px;
    max-width: 190px;
    box-shadow: 2px 2px 5px #cecece;
}