body {
  padding-top: 75px;
}
.starter-template {
  /*padding: 40px 15px;
  text-align: center;*/
}

.top-buffer {
  margin-top:20px;
}

.well{
  //background-color: rgb(168, 166, 173);
  //color: white;
  border-radius: 5px;
}


.pointer-hover{

  cursor: pointer;
}

.name-padding{
  margin-right: 10px;
  margin-top: 0;
  margin-bottom: 5px;
  float: left;
}

.tasteBeers{
  margin-top: 0;
  margin-right: 5px;
  margin-bottom: 5px;
  float: left;
}

.barcode{
  background-color: white;
  margin-right: 5px;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(115,115,115,1);
  -moz-box-shadow: 2px 2px 5px 0px rgba(115,115,115,1);
  box-shadow: 2px 2px 5px 0px rgba(115,115,115,1);
}

.bars{
  float: left;
}

.tasteUsers{
  cursor: default;
  font-size: 1em;
  height: 25px;
}

.tasteUsers a{
  color: white;text-decoration: none;
}

.tasteUsers a:link {
  color: white;text-decoration: none;
}
.tasteUsers a:visited { color: white;text-decoration: none;}
.tasteUsers a:hover { color : white; text-decoration: none;}
.tasteUsers a:active { color: white;text-decoration: none;}



.tasteBeers{
    cursor: default;
    font-size: 1em;
}



