span.cubepoints_buddypress, span.cupepoints_buddypress_rank, span.cupepoints_buddypress_donate {
	display: inline-block;
	font-size: 11px;
	font-weight: normal;
	background: #e5e1e1;
	border-bottom: 1px solid #262626;
	border-right: 1px solid #262626;
	color: #3D3E3E;
	padding: 1px 8px;
	margin-top: 6px;
	text-decoration: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

table.bpPoints {
	width: 100%;
}
	table.bpPoints tr th {
		padding: 8px;
		text-align: left;
		background: #f2f2f2;
	}
	div.points-pagination {
		float: right;
	}