
div.demo {
  background: #EEE;
  border-bottom: 1px solid #999;
  margin-bottom: 15px;
  margin-top: 10px;
  margin-right: 20px;
  clear: both;
  min-height: 165px;
}

div.demo img {
  border: 1px solid #999;
  display: block;
  float: left;  
  margin: 0 15px 10px 15px;
}
* html div.demo img {
  float: none;
}

div.demo-title {
  display: block;
  background: #111;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: .8em;
  text-transform: uppercase;
  font-weight: bold;
  padding: 4px;
  margin-bottom: 10px;
}
* html div.demo-title {
  font-size: 1em;
}

.demo-title a {
  color: #EEF;
}
