.acme-supporter,
.acme-supporter *{
    box-sizing: border-box;
}

.acme-supporter {
    border: 1px solid #eee;
    box-shadow: 0 1px 4px rgba(0,0,0,0.1);
    border-radius: 3px;
    padding: 1em;
    text-align: center;
    display: inline-block;
    position: relative;
    width: 100%;
    margin-bottom: 1em;
}

.acme-supporter .acme-supporter-name{
    margin-top: 0.5em;
    font-size: 1.3em;
}

.acme-supporter .acme-supporter-role{
    opacity: 0.7;
}

.acme-supporter hr{
    border: 0 none;
    border-top: 1px solid #eee;
    margin: 1em 0;
}

.acme-supporter .acme-supporter-image{
    border-radius: 50%;
}

.acme-supporter .acme-supporter-link{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}