.rs-list-group {
    /* ((24 + 8 + 8) x rows) + (rows - 1) + 2   */
    height: 168px;
    -webkit-overflow-scrolling: touch;
}

.rs-list-group-oauth {
    /* ((24 + 8 + 8) x rows) + (rows - 1) + 2   */
    height: 83px;
    -webkit-overflow-scrolling: touch;
}

img.rs-list-image {
    height: 1.1em;
    width: auto !important;
    display: inline-block !important;
    vertical-align: text-bottom !important;
}

img.rs-list-image-circle {
    background-color: white;
    border-radius: 50%;
}
