/*
 * Layout
 */
 
li {list-style-type: none;}
 
#page {
  margin: 0 auto;
  width: 800px;
  clear: both;
}

@media all and (max-width: 800px) {
  #page { width: 100%; }
}


.demonstrations { float: left; clear: both; width: 100%; margin-bottom: 18px; }
.demonstrations a {
  float: left;
  width: 250px;
  height: 250px;
  cursor: pointer;
}
.demonstrations a img { float: left; }
.demonstrations .rightmost { margin-right: 0; }


