/* normalize */
*{
  font-family: arial;
  font-size: 14px 
}

h1{
  font-size:18px;  
}

p{
  line-height:15px;
  font-size: 13px
}

a{
  text-decoration:none;
  color:black; 
}

hr{
  height:1px;
  border:0px;
  background-color: #4d4d4d;
    
}
 
/* hide */
div.product-pm img,
div.tile.producer span.topinfo a.pull-right,
table th:last-child,
table td:last-child,
table th:nth-last-child(2),
table td:nth-last-child(2),
input,
button,
a.btn,
div.stripe.header,
form#search-main,
.menubar,
.sidemenu,
.footer,
ul.social
{
  display: none; 
}

/* others */

img#logo-biotech{
  display:block;
  margin-right:0px;                
}

div#product-print{
  display:block;                 
}

div.tile.product-detail div.img{
  width: 200px;
  height: 200px;
  margin-left: 15px;
  margin-top: 15px;
  background: white;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px; 
}

div.tile.product-detail div.img.logo{
  width:150px;
  height:100px;                                    
}

div.tile.product-detail div.img span{
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 200px;
  height: 200px;
}

div.tile.product-detail div.img.logo span{
  width:150px;
  height:100px;                                           
}

div.tile.product-detail div.img span img{
  max-height: 200px;
  max-width: 200px;
}

div.tile.product-detail div.img.logo span img{
  max-height: 150px;
  max-width: 150px;                                       
}

div.tile.product-detail div.topinfo{
  display:inline-block;
  vertical-align:top;
  width:400px; 
  margin-left: 30px;                                  
}

div.tile.product-detail div.topinfo dl{
  display: inline-block;
  width: 400px;
  min-height: 10px;
  margin: 0;
  vertical-align: middle;                                        
}

div.tile.product-detail div.topinfo dl dt{
  display: inline-block;
  width: 130px;
  line-height: 20px;                                         
}

div.tile.product-detail div.topinfo dl dd{
  display: inline-block;
  margin: 0px;
  width: 210px;
  font-weight: bold;
  text-align:right;                                         
}

div.tile.product-detail div.logo{
  width:100%;
  text-align:center;  
  margin-top: 20px;                              
}
table{
  width:100%;             
}
table th, table td{
  text-align:left;  
  font-size:11px;                                
}
table th:nth-last-child(3), table td:nth-last-child(3){
  text-align:right;                                             
}
table.species tr{
  border-bottom:1px solid grey;                
}


div.tile.producer span.topinfo span.pull-right img{
  float:right;  
  margin-top: 30px;                                                
}

div.tile.producer img.pm{
  display:inline-block;                        
}
div.tile.producer ul.contact{
  display:inline-block;  
  vertical-align:top;
  list-style:none;                          
}

