
.prof {
    position: relative;
    padding: 20px 0 0 0;
    background-color: white;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.prof .icon {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 90px;
    height: 90px;
    float: none;
    margin: 0;
}
.prof .icon img {
    border: solid 5px whitesmoke;
    width: 100%;
    height: 100%;
}
.prof .note {
    line-height: 1.4em;
}
.header-img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100px;
}
.prof-inner {
    position: relative;
    background: rgba(255, 255, 255, 0.5);
    padding: 100px 20px 20px 20px;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
}
.prof-inner > * {
    filter: drop-shadow(0 0 1px #fff) drop-shadow(0 0 3px #fff) drop-shadow(0 0 5px #fff);
}
.prof-top-right-control {
    position: absolute;
    top: 20px;
    right: 20px;
}
.prof-inner .since {
    font-size: small;
    color: gray;
}