/* Social proof buttons from GitHub & Twitter */
.social {
  padding: 15px 0;
  text-align: center;
  background-color: #f5f5f5;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #ddd;
  margin-top: -60px;
}

/* Quick links on Home */
.social-buttons {
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.social-buttons li {
  display: inline-block;
  padding: 5px 8px;
  line-height: 1;
  *display: inline;
  *zoom: 1;
}


@media (max-width: 767px) {
  .social {
    margin: 0 -20px;
  }
}
