/* RESET */


/*
 * Layout
 */
#page_fresco {
  margin: 0 auto;
  /*width: 800px;
  padding: 50px 20px;*/
  clear: both;
}

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



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

