.btn{line-height:1.35;}
.bp-findacase .btn{line-height:1.375;}
.btn-success{
	background-image:none;
	background-color:#478c61;
	filter:none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active{
	background-color:#58A875;
}
.btn-info{
	background-image:none;
	background-color:#448a94;
	filter:none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active{
	background-color:#49AFB7;
}
.btn-danger{
	background-image:none;
	background-color:#6b3646;
	filter:none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active{
	background-color:#996666;
}
.btn-grey{
	background-image:none;
	background-color:#999999;
	color:#FFFFFF;
	filter:none;
}
.btn-grey:hover,
.btn-grey:focus,
.btn-grey:active,
.btn-grey.active{
	background-color:#AAAAAA;
	color:#FFFFFF;
}
.btn-blue{
	background-image:none;
	background-color:#292C6E;
	color:#FFFFFF;
	filter:none;
}
.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active,
.btn-blue.active{
	background-color:#3A3D7F;
	color:#FFFFFF;
}
.navbar-default{border-radius:0;}
/*	ST #24024	.thumbnail p{text-align:justify;}*/
.bp-people-view .bp-share .nav{margin-left:-15px;}