#patrons li {
    list-style: none;
    margin-bottom: 1rem;
}

#patrons img {
    vertical-align: middle;
    border-radius: 50px;
    display: inline-block;
    margin: 0 0.8rem 0 0;
}

#patrons .name {
    font-weight: bold;
}

#patrons .info:before {
    content: " / ";
}

#tags li {
    list-style: none;
    display: inline-block;
    background: #eee;
    padding: .2rem .5rem;
    border-radius: .5rem;
}