/* Base non-Bootstrap style */

.contact-list img {
    display: block;
    margin-bottom: 0.5rem;
}
.img-circle {
    border-radius: 50%;
}
.img-rounded {
    border-radius: 0.375rem;
}
.img-polaroid {
    background-color: #fff;
    padding: 0.25rem;
    border: 1px solid #ddd;
    border-radius: 0.25rem;
    transition: all .2s ease-in-out;
}