.snip1515 {
  font-family: 'Panno Semi Light', Arial, sans-serif;
  position: relative;
  margin: 10px;
  min-width: 230px;
  max-width: 315px;
  width: 100%;
  color: #000000;
  text-align: center;
  line-height: 1.4em;
  font-size: 14px;
  box-shadow: none !important;
}

.snip1515 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.snip1515 .profile-image {
  display: inline-block;
  width: 80%;
  z-index: 1;
  position: relative;
  padding: 10px;
  border: 2px solid #27abad;
}

.snip1515 .profile-image img {
  max-width: 100%;
  vertical-align: top;
}

.snip1515 figcaption {
  width: 100%;
  background-color: #e1F9F9;
  color: #555;
  padding: 125px 25px 25px;
  margin-top: -120px;
  display: inline-block;
}

.snip1515 h3,
.snip1515 h4,
.snip1515 p {
  margin: 0 0 5px;
}

.snip1515 h3 {
  font-weight: 600;
  font-size: 1.3em;
  font-family: 'Panno Semi Bold', Arial, sans-serif;
}

.snip1515 h4 {
  color: #8c8c8c;
  font-weight: 500;
	font-family: 'Panno Normal', Arial, sans-serif;
  letter-spacing: 2px;
}

.snip1515 p {
  font-size: 0.9em;
  letter-spacing: 1px;
	font-family: 'Panno Semi Light', Arial, sans-serif;
  opacity: 0.9;
}

.snip1515 i {
  padding: 10px 2px;
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  color: #27ABAD;
  opacity: 0.75;
}

.snip1515 input {
  background-color: none;
  color: #27ABAD;
  border: 2px solid #27abad;
}
.snip1515 input:hover {
  background-color: #27abad;
  color: white;
	}