.github-badge {
	/*display: inline-block;*/
	border-radius: 4px;
	text-shadow: none;
	font-size: 12px;
	color: #fff;
	line-height: 15px;
	/*background-color: #ABBAC3;*/
    margin-bottom: 5px;
}
.github-badge a {
	color: white;
}
.github-badge .badge-subject {
	display: inline-block;
	background-color: #4D4D4D;
	padding: 3px 4px 3px 5px;
	/*border-top-left-radius: 4px;*/
	/*border-bottom-left-radius: 4px;*/
}
.github-badge .badge-value {
	display: inline-block;
	padding: 3px 5px 3px 3px;
	/*border-top-right-radius: 4px;*/
	/*border-bottom-right-radius: 4px;*/
}
.github-badge .bg-brightgreen {
	background-color: #4DC820 !important;
}
.github-badge .bg-orange {
	background-color: #ff7251 !important;
}
.github-badge .bg-yellow {
	background-color: #D8B024 !important;
}
.github-badge .bg-blueviolet {
	background-color: #8833D7 !important;
}
.github-badge .bg-pink {
	background-color: #F26BAE !important;
}
.github-badge .bg-red {
	background-color: #ff5050 !important;
}
.github-badge .bg-white {
	background-color: white !important;
}
.github-badge .bg-blue {
	background-color: #1b82f1 !important;
}
.github-badge .bg-lightblue {
	background-color: #21aaff !important;
}
.github-badge .bg-lightgrey {
	background-color: #9F9F9F !important;
}
.github-badge .bg-grey, .github-badge .bg-gray {
	background-color: #555 !important;
}
.github-badge .bg-lightgrey, .github-badge .bg-lightgray {
	background-color: #9f9f9f !important;
}
.github-badge .bg-ee5b32 {
	background-color: #ee5b32 !important;
}
.github-badge .bg-cornflowerblue {
	background-color: #6495ed !important;
}
