/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.badgup_earned_achievements_widget {

	.badgeup-achievements {
		text-align: left;
		font-size: 0;
		.achievement {
			margin: 2.5%;
			display: inline-block;
			vertical-align: top;

			img {
				display: block;
				margin: auto;
			}
		}
		h4 {
			text-align: center;
			font-size: 16px;
			line-height: 20px;
			margin: 5px 0 0;
			font-weight: bold;
		}
	}

	.badgeup-credit-wrap {
		text-align: center;
		margin-top: 7px;
		a.badgeup-credit {
			color: #999999 !important;
		}
		a, a:focus, a:hover {
			box-shadow: none;
		}
	}
}
