.interaction:nth-child(even) {
    background: #eeeeee;
    border: none;
    border-radius: 0.5em;
}

.search {
    display: flex;
    flex-direction: column;
}

.search-example .search-query .search-summary {
    display: flex;
    flex-direction: column;
}

.taxonLinkIcons {
    display: flex;
    flex-flow: row wrap;
}

.search-results {
    display: flex;
    flex-direction: column;
    font-size: 100%;
}

.search-result {
    padding: 3em;
}

.search-result-phrase {
    display: flex;
    flex-flow: row wrap;
    border: 0.05em none #d3d3d3;
    border-bottom-style: solid;
}

.search-result-phrase > div {
    flex: 3;
}

.search-result-phrase > div:nth-of-type(2) {
    flex: 1;
}

.search-result li {
    list-style: none;
}
