body {
  padding: 0;
  margin: 0;
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  overflow: hidden;
  max-width: 100vw;
}
body.ready {
  border: 1px solid #eee;
  border-radius: 5px;
  border-color: #eee #ddd #bbb;
  box-shadow: rgba(0, 0, 0, 0.14) 0px 1px 3px;
}

.github-card {
  border-radius: 5px;
  padding: 8px 8px 0;
  background: lightgray;
  color: #555;
  position: relative;
}

.github-card a {
  text-decoration: none;
  color: #4183c4;
  outline: 0;
}
.github-card a:hover {
  text-decoration: underline;
}

.github-card .header {
  position: relative;
}
.github-card .button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 8px 4px 7px;
  color: #555;
  text-shadow: 0 1px 0 #fff;
  border: 1px solid #d4d4d4;
  border-radius: 3px;
  font-size: 0.8125em;
  font-weight: bold;
  line-height: 0.875em;
  background-color: #e6e6e6;
  background-image: -webkit-linear-gradient(#fafafa, #eaeaea);
  background-image: -moz-linear-gradient(#fafafa, #eaeaea);
  background-image: -ms-linear-gradient(#fafafa, #eaeaea);
  background-image: linear-gradient(#fafafa, #eaeaea);
}
.github-card .button:hover {
  color: #fff;
  text-decoration: none;
  background-color: #3072b3;
  background-image: -webkit-linear-gradient(#599bdc, #3072b3);
  background-image: -moz-linear-gradient(#599bdc, #3072b3);
  background-image: -ms-linear-gradient(#599bdc, #3072b3);
  background-image: linear-gradient(#599bdc, #3072b3);
  border-color: #518cc6 #518cc6 #2a65a0;
  text-shadow: 0 -1px 0 rgba(0,0,0,.25);
}

/* user card */
.user-card .header {
  padding: 3px 0 4px 57px;
  min-height: 48px;
}
.user-card .header a {
  color: #707070;
  text-decoration: none;
}
.user-card .header a:hover strong {
  text-decoration: underline;
}

.user-card img {
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 48px;
  background: #fff;
  border-radius: 4px;
}
.user-card strong {
  display: block;
  color: #292f33;
  font-size: 1em;
  line-height: 1.6;
}

.user-card ul {
  text-transform: uppercase;
  font-size: 0.75em;
  color: #707070;
  list-style-type: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  zoom: 1;
}
.user-card ul:after {
  display: block;
  content: '';
  clear: both;
}
.user-card .status a {
  color: #707070;
  text-decoration: none;
}
.user-card .status a:hover {
  color: #4183c4;
}
.user-card .status li {
  float: left;
  padding: 4px 18px;
  border-left: 1px solid #eee;
}
.user-card .status li:first-child {
  border-left: 0;
  padding-left: 0;
}
.user-card .footer {
  font-size: 0.75em;
  font-weight: 700;
  padding: 11px 0 10px;
  color: #646464;
}
.user-card .footer a {
  color: #646464;
}

/* repo card */
.repo-card .header {
  padding: 3px 0 4px 57px;
}
.repo-card .avatar, .repo-card .avatar img {
  position: absolute;
  top: 0;
  left: 0;
  width: 3em;
  height: 3em;
  background: #fff;
  border-radius: 4px;
}
.repo-card .header a {
  color: #707070;
}
.repo-card .header strong {
  display: block;
  font-size: 1.125em;
  line-height: 1.4;
}
.repo-card .header strong a {
  color: #292f33;
}
.repo-card .header sup {
  font-size: 0.625em;
  margin-left: 3px;
  color: #797979;
}
.repo-card .content {
  padding: 6px 0 10px;
}
.repo-card .content p {
  margin: 0 5px 0 0;
  font: 1em/1.5em Georgia, "Times New Roman", Palatino, serif;
  overflow: hidden;
  clear: both;
  word-wrap: break-word;
}
.repo-card .footer {
  border-top: 1px solid #eee;
  padding: 8px 0 6px;
}
.repo-card .status {
  font-size: 0.625em;
  padding-right: 10px;
  text-transform: uppercase;
}
.repo-card .status strong {
  font-size: 0.75em;
  padding-right: 5px;
}
