/*
 * BTag v1.0 - Main Stylesheet
 * 
 */
.b-tag{
	padding: 0.3em 0 0.6em;
}
.b-tag .label{
	display: inline-block;
	padding: .6em;
	margin: 0.5em 0.3em 0.5em 0;
	border-radius: .25em;
}
.b-tag .label:hover{
	background: #999999;
}
.b-tag a {
	text-decoration: none;
	color: #ffffff;
}
.b-tag a:hover{
	text-decoration: none;
	color: #ffffff;
}
.b-tag a:visited{
	text-decoration: none;
	color: #ffffff;
}