#autospy-search {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #2a2c2c;
}

#autospy-query {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

#autospy-form .rechercher-button {
	    padding: 5px 5px;
    font-size: 14px;
    color: #fff;
    background-color: #218838 !important;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

#autospy-results {
    margin-top: 20px;
}

.suggestion {
    padding: 10px;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
}

.suggestion:hover {
    background-color: #f0f0f0;
}