body {
  background-color: #FFF !important;
}

#content {
  overflow: auto;
  border-top: 1px dotted #CCC;
  border-bottom: 1px dotted #CCC;
  padding-top: 5px;
  margin-top: 5px;
}

#gridCon {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 15px;
}
.item {
  font-family: 'Arial', sans-serif;
  margin: 0px 5px 15px 5px;
  box-sizing: border-box;
  cursor: pointer;

}
.th {
  height: 150px;
  overflow: hidden;

  position: relative;

}
.th:hover {

}

.pName {
  font-size: 14px;
  margin-bottom: 0px;
  line-height: 1.1em;
  margin-top: 8px;
  color: #333;
}
.pRole {
  font-size: 12px;
  color: #666;
  line-height: 1.2em;
  margin-top: 7px;
  margin-bottom: 0px;
  padding-right: 10px;
}
.pRole a {
  color: #333;
}

.header {
  font-size: 20px;
  margin-left: 15px;
}

@media (max-width: 500px) {
  .thumb {
    width: 110px;
    height: 120px;
  }

  #gridCon {

  }

  .item {
    padding: 0px 3px;
    margin: 0px 0px 15px 0px;
  }
}

@media (max-width: 325px) {
  .thumb {
    width: 90px;
    height: 120px;
  }
}
