/**
*  LIST sorts of beer
*/
div.list-sorts-of-beer-column1, div.list-sorts-of-beer-column2 {
  display:inline;
  float:left;
  margin-right:100px;
}
div.sort-beer-cont {
  padding:5px;
  margin:5px;
  width:120px;
  height:127px;
  border:solid 1px #333333;
  float:left;
  overflow:hidden;
  
}
div.sort-beer-thumb {
  width:120px;
  height:95px;
}
div.sort-beer-txt{
  font-size:12px;
  font-family:inherit;
  margin-top:-2px;
}
div.item-label-in-plant, div.item-label-in-plantparentorchild {
    width:120px;
    height: 120px;
    float: left;
    padding: 5px;
    text-align: center;
}
div.list-labels-in-plant, div.list-labels-in-plantparentorchild{
    float: left;
}
