/* style sheet for strawbear.php */

div.strawbear
{
  display: block;
  margin: auto;
  width: 90%;
  max-width: 600px;
}

div.item
{
  border-top: 2px solid #ccc;
  margin: 20px 0;
  padding: 10px 0 0;
}