body {
    background-color: transparent;
}
.input-group {
    background-color: transparent;
    border-radius: 4px;
}

.input-group-append{
    background: white;
    border-radius: 0 4px 4px 0; 	
}

.btn-outline-secondary {
    border-left:none;
    border-color:rgb(206, 212, 218)
}

.btn-outline-secondary:focus{
    box-shadow: none;
}
.btn-outline-secondary:hover {
    background-color: rgba(15,125,0,.1);
    border-color:rgb(206, 212, 218)
}

.btn-outline-secondary.disabled {
    background-color:#e9ecef;
    fill:#aaa
}

input#search_term{
    border-right: none;
    border-top-left-radius:  0.25rem;
    border-bottom-left-radius:  0.25rem;
}

.form-control:focus{
    border-color:rgb(206, 212, 218);
    box-shadow: none;
}



div#content {}

div#search-form {
    max-width: 750px;
    margin: 0 auto;
}

button.magnifying-glass {
    max-height: 50px;
    max-width: 50px;
}

#limo_logo {
    max-height: 46px;
    margin: 2px 0.3em;
    display:none;
    cursor:pointer;
}

.input-group-append{
  display:block;	
}
