/*
* @Author: xuelangZF
* @Date:   2016-09-03 10:45:14
* @Last Modified by:   xuelangZF
* @Last Modified time: 2016-09-03 15:12:04
*/

.github-usercard {
  font: 13px/1.6 "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333333;
  border: 1px solid #DDDDDD;
  border-radius: 3px;
  padding: 10px;
  background: transparent;
  display: block;
}

.github-usercard a {
  color: #333333;
  text-decoration: none;
  border: none;
}

.github-usercard a:hover {
  text-decoration: underline;
}

.github-usercard img {
  margin: 0;
  border: none;
}

.github-usercard  strong {
  font-size: 16px;
  display: block;
  line-height: 1.2;
  margin-bottom: 5px;
}

.github-usercard .github-avatar {
  float: left;
  margin: 0 10px 0 0;
}

.github-usercard .github-avatar img {
  width: 40px;
  height: 40px;
  border-radius: 3px;
  padding: 0;
}

.github-usercard .github-hd {
  color: #999999;
}

.github-usercard .github-bd a {
  margin-right: 4px;
}

.github-usercard .github-bd .github-desc {
  border-top: 1px solid #DDDDDD;
  margin: 0;
  padding: 10px 0;
}

.github-usercard .github-bd .github-desc a {
  margin: 0;
}

.github-usercard .github-ft {
  text-align: right;
}

.github-usercard .github-ft:before,
.github-usercard .github-ft:after {
  content: " ";
  display: table;
}

.github-usercard .github-ft:after {
  clear: both;
}

.github-usercard .github-via {
  float: left;
  margin-top: 3px;
  color: #999999;
}

.github-usercard a.github-btn {
  display: inline-block;
  padding: 2px 8px;
  background-color: #009a61;
  color: #fff;
  border-radius: 3px;
  text-decoration: none;
}

.github-desc ul {
  text-transform: uppercase;
  font-size: 12px;
  color: #707070;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.github-desc ul:after {
  display: block;
  content: '';
  clear: both
}

.github-desc li {
  float: left;
  padding: 4px 18px;
  border-left: 1px solid #eee
}

.github-desc li:first-child {
  border-left: 0;
  padding-left: 0
}

.github-usercard .github-bd .github-desc a {
  color: #333333;
}

.github-usercard .github-bd .github-desc a:hover {
  color: #4183c4;
  text-decoration: none;
}
