body {
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-family: "Lucida Grande", "Lucida Sans", Geneva, Verdana, sans-serif;
  overflow: hidden;
}

body.ready {
  border: 1px solid #eeeeee;
  border-radius: 5px;
  border-color: #eeeeee #dddddd #bbbbbb;
  box-shadow: rgba(0, 0, 0, 0.14) 0 1px 3px;
}

.github-card {
  text-align: center;
  border-radius: 5px;
  background: #ffffff;
  color: #555555;
  position: relative;
}

.github-card .header {
  position: relative;
  padding: 0;
  margin: 0;
  height: 148px;
  border-radius: 4px 4px 0 0;
  background-size: cover;
  background-position: center;
  background-color: #000000;
}

.github-card .avatar {
  display: inline-block;
  overflow: hidden;
  background: #ffffff;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  text-decoration: none;
  transition: transform 0.2s ease-in-out;
}

.github-card .avatar:hover {
  transform: rotate(45deg);
}

.github-card h1 {
  color: #111111;
  font-size: 24px;
  font-weight: 500;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
}

.github-card ul {
  text-transform: uppercase;
  font-size: 12px;
  color: #707070;
  list-style-type: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  zoom: 1;
}

.github-card ul:after {
  display: block;
  content: "";
  clear: both;
}

.github-card .status li {
  float: left;
  padding: 8px 0;
  box-shadow: 1px 0 0 #eeeeee;
}

.github-card .status li:last-of-type {
  box-shadow: none;
}

.github-card .status strong {
  display: block;
  color: #292f33;
  font-size: 16px;
  line-height: 1.6;
}

.github-card .status a {
  color: #707070;
  text-decoration: none;
}

.github-card .status a:hover {
  color: #4183c4;
}
