.bb-wrapper {
	block: inline;
}
.bb-title {
	text-align: center;
	font-weight: bold;
	font-size: 120%;
}
.bb-builder {
	float: left;
	margin: 2px;
}
.bb-builder-name {}
.bb-builder-name a {
	color: black !important;
}
.bb-build {
	float: left;
	border: 1;
	margin: 1px;
	padding: 0 5px 0 5px;
	text-align: center;
	color: black;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.bb-build-success {
	background-color: #8d4; /* Green */
}
.bb-build-failure {
	background-color: #e88; /* Red */
}
.bb-build-building {
	background-color: #fd3; /* Yellow */
}
.bb-build-exception {
	background-color: #c6c; /* Purple */
}
.bb-build-num {}
.bb-build-result {}
