.search {
    position: relative;
    line-height: 1.5em;
    width:95%;
    float:none;
    margin: 0 auto;
}
.form-control {
    border-radius: 0;
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}
.card {
    position: relative;
    line-height: 1.5em;
    width:90%;
    float:none; 
    margin: 0 auto;
}
.search_result {
    position: relative;
    line-height: 1.5em;
    width:90%;
    float:none; 
    margin: 0 auto;
}

.search input {
    /*width: 650px;
    height: 32px;

    background: #fcfcfc;
    border: 1px solid #aaa;
    border-radius: 5px;
    box-shadow: 0 0 3px #ccc, 0 10px 15px #ebebeb inset;*/
}

.search input { text-indent: 10px; }

.stylish-input-group .input-group-addon {
    background: white !important;
}
.stylish-input-group .form-control {
    /*border-right:0;*/
    border-left:0;
    box-shadow:0 0 0; 
    border-color:#ccc; 
}
.stylish-input-group button {
    border:0;
    background:transparent;
    outline: none;
}
.input-group-addon {
    font-size: 18px; 
    border-right:0;
    border-left:1px solid rgba(0,0,0,.15) !important;
    border-radius: .25rem !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.am-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    color: #777;
    min-height: 24px;   
    padding-left: 10px;
    border-top: .05rem solid #e5e5e5;
    background-color: #f5f5f5;
    font-size: 12px; 
}
button, input[type="submit"] {
    cursor:pointer;
}

