.pull_to_refresh_demo__container {
    position: relative;

    height: 500px;
}

.avatar {
    size: 50px;
    width: 50px;
    position: absolute;
    right: 0px;
}

.List {
    width: 100%;
    border: 1px solid #DDD;
    margin-top: 15px;
}

.row {
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 25px;
    background-color: #fff;
    border-bottom: 1px solid #e0e0e0;

    max-width: 300px;
}

.letter {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 40px;
    color: white;
    font-size: 1.5em;
    margin-right: 25px;
}

.name {
    font-weight: bold;
    margin-bottom: 2px;
}

.index {
    color: #37474f;
}

.height {
    flex: 1;
    text-align: right;
    color: #bdbdbd;
    font-size: .75em;
    font-weight: 100;
}

.noRows {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #bdbdbd;
}

.checkboxLabel {
    margin-left: .5rem;
}

.checkboxLabel:first-of-type {
    margin-left: 0;
}

.checkbox {
    margin-right: 5px;
}

.isScrollingPlaceholder {
    color: #DDD;
    font-style: italic;
}