/* 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; 
  }
}

div.innerpanel
{
  margin: 10px;
  padding: 20px;
  background: #fff8f0;
  color: #636;
}

@media (max-width: 500px )
{
  div.innerpanel
  {
    margin: 5px;
    padding: 10px;
    font-size: 95%;
  }
}

div.subtitle
{
  font-weight: bold;
  color: #636;
}