.henkilokortti {
  margin: 20px auto;
  padding-bottom: 20px;
  max-width: 450px;
  text-align: center;
  position: relative;
}

.henkilokortti .inner {
  width: 100%;
  height: 100%;
  padding: 10px;
  padding-bottom: 40px;
  border-radius: 0px;
}

.henkilokuva {
  border-radius: 50%;
  margin: 20px auto;
  max-width: 300px;
  width: 100%;
  height: auto;
}

h4.henkilo-nimi {
  font-weight: 700;
}

.henkilo-nimi,
.henkilo-email,
.henkilo-titteli,
.henkilo-puh {
  margin-bottom: 0px !important;
}

.kuvausteksti {
  margin: 20px 0px;
  font-style: italic;
  display: block;
}

.henkilokortti a.nappi {
  border-radius: 40px !important;
  display: inline-block;
}