@charset "UTF-8";

ol, ul {
    list-style: none outside none;
}


.demo p,
.demo ul {
  margin-right: 0;
}

#performance-toggle {
  text-align: center;
  margin-right: 0;
  font-size: 11px;
  opacity: 0.5;
  -webkit-transition: opacity 0.25s linear;
  -moz-transition: opacity 0.25s linear;
}

#performance-toggle:hover {
  opacity: 0.999;
}



.image-grid {
  margin: 0 auto;
  width: 650px;
  padding-left: 10px;
}




.image-grid:after {
  content: "";	
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}

.image-grid li {
  width: 140px;
  float: left;
  text-align: center;
  font-family: "Helvetica Neue", sans-serif;
  line-height: 17px;
  color: #686f74; 
  height: 140px;
margin:10px 10px 10px 10px;
  position:relative;
  /* overflow: hidden; */
}


.image-grid li img,
.image-grid li strong {
  display: block;
}

.image-grid li strong {
  color: #000;
}





