
#profile .portrait {
    width: auto;
    height: 200px;
    border-radius: initial;
}

/* drop cap on first letter of a paragraph */
.firstcharacter {
  color: #903;
  float: left;
  font-family: Georgia;
  font-size: 3.5em;
  line-height: 60px;
  padding-top: 4px;
  padding-right: 8px;
  padding-left: 3px;
}

#umd-logo {
  width: 230px;
  margin: 35px auto 0 auto;
}

img.mini-portrait {
  width: 48px;
  height: 48px;
  margin-right: 10px;
  border-radius: 50%;
  float: left;
}

.faculty {
  margin-left: 0;
}
.faculty li::before {
  content: "\A";
  white-space: pre;
}
