#applicants {
  text-align: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

li.theApplicant {
  padding: 0;
  margin: 4px;
  width: 225px;
  height: 170px;
  display: inline-block;
  background-image: url('/graphics/ad_background.jpg');
  vertical-align: top;
  box-shadow: 3px 3px 4px #000;
  -moz-box-shadow: 3px 3px 4px #000;
  -webkit-box-shadow: 3px 3px 4px #000;
  cursor: pointer;
  position: relative;
}
  ul li.theApplicant p {
    margin: 2px 0;
    padding: 0;
  }
  li.theApplicant h3.priceText {
    position: absolute;
    top: 5px;
    left: 20px;
    width: 185px;
    text-align: center;
    margin: 0;
    padding: 0;
    font-size: 16pt;
    color: black;
  }
  li.theApplicant p.qualifierText {
    position: absolute;
    top: 25px;
    width: 215px;
    left: 5px;
    text-align: center;
    font-weight: bold;
    font-size: 12pt;
    padding: 0;
    color: black;
  }
  li.theApplicant p.introText {
    position: absolute;
    bottom: 15px;
    width: 210px;
    left: 5px;
    text-align: center;
    color: black;
    height: 90px;
    padding: 0;
    font-style: italic;
    overflow: hidden;
  }
  li.theApplicant P.viewmore {
    position: absolute;
    left: 5px; bottom: 2px;
    font-size: 10px; color: blue;
    width: 215px; text-align: center;
    font-style: italic; display: none;
  }
li.theApplicant>img.found { position: absolute; top: 35px; left: 5px; }
#applicantDetails {
  background-color: green;
  color: white;
}


