td, th {
    padding: 14px;
}

img.logo {
    float: left;
    margin-right: 8px;
}

#priceTip {
size: 30px;
font-size: 30px;
}

.priceTip {
font-size: 30px;
size: 30px;
}

.image-imitation img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 370px;
}


/* bottle search results */
.text-muted.right {
    float: right;
}

/* bottle detail */
.image-imitation {
    background-color: #ffffff;
    border: 1px solid #c3c3c3;
    padding: 30px 0px;

}
.image-imitation img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 370px;
}

/* navigation and partly search */

.form-custom {
    z-index: 2000;
    padding: 15px;
}


.form-custom .form-control {
    height: 40px;
    width: 600px;
    font-size: 18px;
border: 2px solid #ccc;
line-height: 30px;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;

}

.form-custom.input-group.search {
    border-collapse: separate;
    display: inline-flex;
    position: relative;
}

.btn.btn-primary.search {
font-size: 18px;
}

.chartlabel {
    margin-left: 2px;
    margin-right: 10px;
    margin-top: 8px;
}

@media (max-width: 467px) {

.form-custom .form-control {
    height: 40px;
    width: 200px;
    font-size: 18px;
border: 2px solid #ccc;
line-height: 30px;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;

}
.btn.btn-primary.search {
font-size: 18px;
margin-top: -4px;
}

.navbar-right {
margin-right: 0px;
}

/* bottle detail */
.image-imitation {
    padding: 10px 0px;
    
}
.image-imitation img {
    height: 210px;
}


}



.navbar-right {
margin-right: 25%;
}

.product-imitation {
   background-color: #ffffff;
   padding: 20px 0;
   border-bottom: 1px solid #c3c3c3;
}

.product-desc {
    height: 170px;
    padding: 10px;
    position: relative;
}

.twitter-typeahead {
background-color: #ffffff;
}

.typeahead,
.tt-query,
.tt-hint {
  height: 40px;
  padding: 8px 12px;
  font-size: 18px;
  line-height: 30px;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  outline: none;
}

.typeahead {
  background-color: #fff;
 padding: 6px;
}

.typeahead:focus {
  border: 2px solid #0097cf;
}

.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #999
}

.tt-menu {
  width: 422px;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
  padding: 3px 20px;
  font-size: 18px;
  line-height: 24px;
}

.tt-suggestion:hover {
  cursor: pointer;
  color: #fff;
  background-color: #0097cf;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf;

}

.tt-suggestion p {
  margin: 0;
}

#custom-templates .empty-message {
  padding: 5px 10px;
 text-align: center;
}

