#content img {
    filter: drop-shadow(0 4px 10px rgba(0, 0, 0, .15))
}

#content table img {
    border-radius: 999px
}

#content table tr > :nth-child(1) {
    width: 100px
}

#content table tr > :nth-child(1) a {
    pointer-events: none;
    cursor: default
}

#content table tr > :nth-child(2) {
    padding-left: 20px
}
