.earned-user-credits-wrapper {
	width: 100%;
	overflow: hidden;
	margin-bottom: 30px;
	margin-top: 30px;
}
.earned-user-credits-wrapper .badgeos-credits {
	border: 1px solid #e8e8e8;
	position: relative;
}
.earned-user-credits-wrapper .badgeos-credits .badgeos-earned-credit {
	padding: 15px 0;
}
.earned-user-credits-wrapper .badgeos-credits h3 {
	margin: 0;
}
.earned-user-credits-wrapper .badgeos-credits:nth-child( odd ) {
	width: 30%;
	margin: 20px 1%;
	float: left;
	padding: 1%;
	box-shadow: 1px 1px 3px 2px #ccc;
	background-color: #fff;
}
.earned-user-credits-wrapper .badgeos-credits:nth-child( even ) {
	width: 30%;
	margin: 20px 2%;
	float: left;
	padding: 1%;
	box-shadow: 1px 1px 3px 2px #ccc;
	background-color: #fff;
}
.profile_ranks_last_award_field{
	font-size: 20px !important;
	font-weight: bolder;
}