.search-form, .page-search {
    position: relative;
}

.search_results {
    position: absolute;
    width: 100%;
    top: 100%;
    border-radius: 0 2px 2px 0;
    background: #fff;
    color: #7f7b7b;
    border: 1px solid #a2a2a2;
    border-top: none;
    z-index: 11;
}

.search_results .search_item {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    color: #000;
    padding: 10px 20px;
}

.search_results .search_item:hover {
    text-decoration: none;
}

.alert-success {
	color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert-fail {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}