#ProjectorGraph .pg-table{
	text-align: center;
	padding: 2px;
	border: 1px solid #ddd;
	color: rgba(43, 61, 80,0.9);
	cursor: pointer;
	display: block;
	font-size: 15px;
	margin-bottom: 3px;
	padding: 10px;
	height: 80px;
	position: relative;
	width: 100%;
	border-radius: 5px;
	white-space: normal;
}
#ProjectorGraph .pg-custom-pad{
	padding-left: 2px;padding-right: 2px;
}
#ProjectorGraph .pg-table-highlight{border:1px solid #00CF93;color:#00CF93; font-weight: bold;}
#ProjectorGraph .main-wrapper {
	width: 90%;
	max-width: 900px;
	margin: 3em auto;
	text-align: center;
}
#ProjectorGraph .pg-badge {
	position: relative;
	margin: 1.5em 3em;
	width: 6em;
	height: 8.2em;
	border-radius: 30px;
	display: inline-block;
	float: left;
	top: 0;
	transition: all 0.2s ease;
}
#ProjectorGraph .pg-badge:before, .pg-badge:after {
	position: absolute;
	width: inherit;
	height: inherit;
	border-radius: inherit;
	background: inherit;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
#ProjectorGraph .pg-badge:before {
	transform: rotate(60deg);
}
#ProjectorGraph .pg-badge:after {
	transform: rotate(-60deg);
}
#ProjectorGraph .pg-badge:hover {
	top: -4px;
}
#ProjectorGraph .pg-badge .circle {
	width: 60px;
	height: 60px;
	position: absolute;
	background: #fff;
	z-index: 10;
	border-radius: 50%;
	top: 0;
	left: -5px;
	font-weight: bold;
	right: 0;
	bottom: 0;
	display: inline-block;
	margin: auto;
}
#ProjectorGraph .pg-badge .circle i.fa {
	font-size: 2em;
	margin-top: 8px;
}
#ProjectorGraph .pg-badge .font {
	display: inline-block;
	margin-top: 1em;
}
#ProjectorGraph .pg-badge .ribbon {
	position: absolute;
	border-radius: 4px;
	padding: 5px 5px 4px;
	width: auto;
	z-index: 11;
	color: #fff;
	bottom: -25px;
	left: 37%;
	margin-left: -55px;
	width: 140px;
	height: 30px;
	font-size: 19px;
	font-weight: bold;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.27);
	text-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
	text-transform: uppercase;
	background: linear-gradient(to bottom right, #555 0%, #333 100%);
	cursor: default;
	font-weight: bold !important;
}
#ProjectorGraph .yellow {
	background: linear-gradient(to bottom right, #ffeb3b 0%, #fbc02d 100%);
	color: #ffb300;
}
#ProjectorGraph .gold {
	background: linear-gradient(to bottom right, #e6ce6a 0%, #b7892b 100%);
	color: #b7892b;
}
#ProjectorGraph .bouncy-text {
	cursor: default;
	position: relative;
	top: 30px;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100px;
	margin: auto;
	display: block;
	-webkit-animation: bounce .3s ease infinite alternate;
	font-family: 'Chewy', cursive;
	font-size: 80px;
	color: #FFBE24;
	text-align: center;
	margin-top: -50px;
	margin-bottom: -20px;
}

@-webkit-keyframes bounce {
	100% {
		top: -10px;

		text-shadow: 0 1px 0 #CCC,
		0 2px 0 #CCC,
		0 3px 0 #CCC,
		0 4px 0 #CCC,
		0 5px 0 #CCC,
		0 6px 0 #CCC,
		0 7px 0 #CCC,
		0 8px 0 #CCC,
		0 9px 0 #CCC,
		0 10px 10px rgba(0, 0, 0, .3);
	}
}
