form#search_kved_form {
    text-align: center;
}

#search-text {
    padding: 23px 25px;
    border: 2px solid #4055A1;
    border-radius: 4px;
    min-width: 275px;
    width: 50%;
    margin: 0 auto;
}

#search_kved_form_submit {
    display: inline-block;
    transform: none;
    box-shadow: none;
    border-color: #4055A1;
    display: none;
}

#response_container {
    margin: 16px auto;
    max-width: 600px;
}

#response_container .container {
    margin: 0 auto;
}


#response_container .result img {
    max-width: 250px;
    margin: 12px 0;
}

span.highlighted {
    background: #78d0f9;
}

#reset_button,
#back_button {
    display: inline-block;
}

#search-results {
    margin-top: 20px;
    margin: 16px auto;
    max-width: 600px;
    
}