/* CSS stylesheet for Bacca Pipe history poage */

/********** history **********/


img.imgright { float: right; margin-left: 10px;}
img.imgleft { float: left; margin-right: 10px;}

div.posterdescription { display: inline-block; width: 30%; vertical-align: top;}
img.wellingtonposter, img.earlyposter
{
  display: inline-block;
  vertical-align: top;
  width: 65%;
}

@media screen and ( max-width: 400px)
{
  div.posterdescription { display: block; width: 100%; }
  img.wellingtonposter, img.earlyposter 
  { 
    display: block; 
    width: 100%; 
    max-width: 360px; 
  }
}
