/* PRODUCT */

img.piktogram{
  width: 100px;
}

div#product_list{
  width: 70%;
}
div#product_list div.product{
  padding: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0 auto 0 auto;
  margin-bottom: 30px;
  width: 100%;
  border: 1px dashed #707070;
}


div#product_list div.product div.name{
}

div#product_list div.product div.table{
  padding: 3px;
  margin-bottom: 20px;
  overflow: auto;
  width: 450px;
}

div#product_list div.product div.table div.info div.name{
  font-weight: bold;
  font-size: 20px;
}

div#product_list div.product div.table div.admin_info{
  border: 1px dashed white;
  margin: 10px;
  padding: 5px;
}

div#product_list div.product div.table div.header{
  font-weight: bold;
  display: inline;
}

div#product_list div.product div.photos{
  padding: 5px;
}
/* PRODUCT END */