.statementList__alphabet {
    margin: 0 0 32px 0;
    padding: 0;
    list-style: none;
}

.statementList__alphabetItem {
    display: inline-block;
    margin-bottom: 0.8em;
    margin-right: 0.5em;
}

.statementList__alphabetItem:last-child {
    margin-right: 0;
}

.statementList__alphabetLetter {
    display: block;
    width: 12px;
    padding: 4px 8px 4px;
    text-align: center;
    font-size: 1.2em;
    color: #00a7eb;
    border-radius: 4px;
    border: 1px solid #deeef4;
    background: #fff;
}

.statementList__alphabetLetter--link:hover {
    color: #fff;
    text-decoration: none;
    background: #00a7eb;

}

.statementList__alphabetLetter--noLink {
    color: #a5a5a5;
    background: #fff;
}

/**
 *  StatementList
 */

.statementList__list {
    margin-left: 0;
    list-style: none;
}

.statementList__wrapper {
    padding: 0;
}

.statementList__group {
    margin: 0;
}

.statementList__item {
    display: block;
    margin: 12px 0;
}

.statementList__link {
    display: block;
    padding: 8px 16px 9px;
    border: 1px solid #deeef4;
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: 4px;
    white-space: nowrap;
    font: normal 1em/1.2 "AlwynNewRounded", Tahoma, Geneva, sans-serif;
    color: #00abec;
    background-color: #fff;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

.statementList__link:hover {
    text-decoration: none;
    color: #fff;
    background: #00abec;
}

.statementList__anchorLetter {
    display: inline-block;
    margin: 8px 0 0 0;
    padding: 11px 16px 9px;
    border-radius: 4px;
    font-family: "AlwynNewRounded-Regular", Tahoma, Geneva, sans-serif;
    font-size: 1.2em;
    line-height: 1.2;
    font-weight: normal;
    color: #fff;
    background-color: #00a7eb;
}

@media screen and (min-width: 550px) {
    .statementList__wrapper {
        display: block;
    }

    .statementList__group {
        width: auto;
    }
}
