.forum-bonus-link {
	font-size: 1.6em;
	padding: 10px;
	border-radius: 8px;
	height: 15px;
	border: 1px solid rgba(255,255,255,0.5);
	width: 100%;
	text-align: center;
	font-weight: bold;
        margin-bottom: 18px;
}
.forum-bonus-link:hover {
	color: #fff;
}

h2{
	font-size: 2em;
	padding: 20px;
	text-align: center;
	margin-bottom: 20px;
}

#forum-bonuses-bar{
	width: calc(95% - 20px);
	margin: 0 10px;
	height: auto;
	border-radius: 8px;
	display: flex;
	flex-wrap: wrap;
}

#forum-bonuses-bar .inner {
	border-radius: 8px;
	position: relative;
	margin-bottom: 65px;
}

#forum-bonuses-bar .active{
	background: rgb(41, 215, 41);
}

#forum-bonuses-bar .inner.inactive{
	background: #5c5c5c;
}

.prizeDisplay.inactive{
	background: #d6d6d6;
}

.inactive .prize-header, .inactive span span {
	background: #666;
}

.inactive img {
	filter: grayscale(100);
}

.required-posts {
	text-align: center;
	font-size: 1.4em;
	padding: 5px;
}

.prizeDisplay {
	cursor: pointer;
	position: absolute;
	right: -5%;
	width: 80px;
	height: 80px;
	top: -25px;
	z-index: 2;
	border-radius: 8px;
}

.prize-header {
	font-size: 1.4em;
	text-align: center;
	padding-bottom: 3px;
}

.prizeDisplay span span {
	font-size: 1.2em;
	display: block;
	position: absolute;
	font-weight: bold;
	border-radius: 8px;
	padding: 4px;
}


.gold-prize {
	text-align: center;
	display: block;
	margin-top: 2px;
	position: absolute;
	left: 3px;
}

.prizeDisplay .components-prize{
	display: block;
	font-weight: bold;
	text-align: center;
	margin-top: 6px;
	position: absolute;
	right: 3px;
}

.gold-prize span {
	top: 35px;
}

.gold-prize img {
	top: 5px;
	position: relative;
}

.prizeDisplay .components-prize span {
	top: 30px;
	right: 0;
}

.explanation {
	margin: 0;
	font-size: 1.6em;
	padding: 10px;
}

@media only screen and (min-width: 900px){
	#forum-bonuses-bar {
		flex-wrap: nowrap;
		height: 30px;
	}
	#forum-bonuses-bar .inner {
		margin-bottom: 0;
	}
	.prizeDisplay {
		left: 75%;
	}
	.explanation {
		margin: 30px 0;
	}
}

@media only screen and (max-width: 900px){
	#forum-bonuses-bar div.inner {
		width: 100%;
	}
}
