.github-social {
	padding: 2px;
	margin: 0;
	font: bold 11px/14px "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
}
.github-btn {
	height: 20px;
	overflow: hidden;
}
.gh-btn,
.gh-count,
.gh-ico {
	float: left;
}
.gh-btn,
.gh-count {
	padding: 2px 5px 2px 4px;
	color: #333;
	text-decoration: none;
	text-shadow: 0 1px 0 #fff;
	white-space: nowrap;
	cursor: pointer;
	border-radius: 3px;
}
.gh-btn {
	background-color: #eee;
	background-image: -moz-linear-gradient(#fcfcfc, #eee);
	background-image: -webkit-linear-gradient(#fcfcfc, #eee);
	background-image: linear-gradient(#fcfcfc, #eee);
	background-repeat: no-repeat;
	border: 1px solid #d5d5d5;
}
.gh-btn:hover,
.gh-btn:focus {
	text-decoration: none;
	background-color: #ddd;
	background-image: -moz-linear-gradient(#eee, #ddd);
	background-image: -webkit-linear-gradient(#eee, #ddd);
	background-image: linear-gradient(#eee, #ddd);
	border-color: #ccc;
}
.gh-btn:active {
	background-image: none;
	background-color: #dcdcdc;
	border-color: #b5b5b5;
	box-shadow: inset 0 2px 4px rgba(0,0,0,0.15);
}
.gh-ico {
	width: 14px;
	height: 14px;
	margin-right: 4px;
	font-size: 18px;
}
.gh-count {
	position: relative;
	margin-left: 4px;
	background-color: #fafafa;
	border: 1px solid #d4d4d4;
}
.gh-count:hover,
.gh-count:focus {
	text-decoration: none;
}
.gh-count:hover,
.gh-count:focus {
	color: #4183C4;
}
.gh-count:before,
.gh-count:after {
	content: '';
	position: absolute;
	display: inline-block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.gh-count:before {
	top: 50%;
	left: -3px;
	margin-top: -4px;
	border-width: 4px 4px 4px 0;
	border-right-color: #fafafa;
}
.gh-count:after {
	top: 50%;
	left: -4px;
	z-index: -1;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #d4d4d4;
}
.github-btn-large {
	height: 30px;
}
.github-btn-large .gh-btn,
.github-btn-large .gh-count {
	padding: 3px 10px 3px 8px;
	font-size: 13px;
	line-height: 22px;
}
.github-btn-large .gh-ico {
	width: 20px;
	height: 20px;
}
.github-btn-large .gh-count {
	margin-left: 6px;
	font-size: 11px;
	vertical-align: middle;
}
.github-btn-large .gh-count:before {
	left: -5px;
	margin-top: -6px;
	border-width: 6px 6px 6px 0;
}
.github-btn-large .gh-count:after {
	left: -6px;
	margin-top: -7px;
	border-width: 7px 7px 7px 0;
}
