.search_for_post_results {
    position: absolute;
    top: 100%;
    left: 0px;
    max-height: 197px;
    overflow: auto;
    width: 100%;
    background: #7b7b7b;
    z-index: 100;
}

.search_for_post_container {
    position: relative;
}

.search_for_post_results a {
    display: block;
    text-decoration: none;
    color: inherit;
    padding: 5px;
    background: #f3f3f3;
    transition: .25s;
}

.search_for_post_results a:nth-child(even) {
    background: #eaeaea;
}

.search_for_post_results {}

.search_for_post_results span.post_title {
    float: left;
}

.search_for_post_results span.post_type {
    float: right;
    text-transform: uppercase;
    font-size: .8em;
}

.search_for_post_results a:after {
    content: '';
    display: block;
    clear: both;
}

.search_for_post_results a:hover {
    opacity: .8;
}

.search_for_post_container span.spinner {
    position: absolute;
    top: 4px;
    right: 0;
}