body {
  background: #222;
  font-family: helvetica, arial, sans-serif;
  color: #333;
  font-size: 9px;
}
#header {
  width: 100%;
  height: 5px;
  background: #444;
}
.insta-img {
  display: block;
  position: absolute;
}
#photos > li {
  position: relative;
  width: 300px;
  height: 300px;
  float: left;
  padding: 10px;
  overflow: hidden;
}
.social {
  position: absolute;
  bottom: 4px;
  left: 10px;
}
.social li {
  float: left;
  clear: left;
  margin-top: 1px;
  height: 11px;
  max-width: 280px;
  line-height: 11px;
  padding: 4px 5px;
  opacity: 0.6;
  padding-left: 21px;
  white-space: nowrap;
}
.social .like {
  background: #e7e7e7 url("/img/heart.png") 4px 4px no-repeat;
}
.social .comment {
  background: #e7e7e7 url("/img/comments.png") 4px 4px no-repeat;
}
.social .comment span {
  font-weight: bold;
}

