.search {
  position: relative;
  line-height: 1.5em;
  width:95%;
  float:none;
  margin: 0 auto;
}
.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; 
    box-shadow:0 0 0; 
    border-color:#ccc;
}
.stylish-input-group button{
    border:0;
    background:transparent;
    outline: none;
}
.input-group-addon{
  font-size: 18px; 
}
.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;
}

