/* RESET */
.demonstrations { float: left; clear: both; width: 100%; margin-bottom: 17px; }
.demonstrations .demo {
  float: left;
  width: 110px;
  border: 1px solid #e0e0e0;
  border-right-color: #dcdcdc;
  border-bottom-color: #dcdcdc;
  height: 110px;
  background: #efefef;
  cursor: pointer;
}
.demonstrations .demo a {
  float: left;
  width: 100px;
  height: 100px;
  padding: 5px;
  background: #efefef;
}
.demonstrations div img {
  float: left;
  width: 100px;
  height: 100px;
}
.demonstrations .rightmost { margin-right: 0; }

.resources strong { font-family: "Lucida Sans"; }